diff options
Diffstat (limited to 'source3/librpc/gen_ndr/ntsvcs.h')
-rw-r--r-- | source3/librpc/gen_ndr/ntsvcs.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/ntsvcs.h b/source3/librpc/gen_ndr/ntsvcs.h index 571b7466c2..477d6adf7f 100644 --- a/source3/librpc/gen_ndr/ntsvcs.h +++ b/source3/librpc/gen_ndr/ntsvcs.h @@ -57,6 +57,11 @@ struct PNP_ReportLogOn { struct PNP_ValidateDeviceInstance { struct { + const char *devicepath;/* [ref,charset(UTF16)] */ + uint32_t flags; + } in; + + struct { WERROR result; } out; |