diff options
Diffstat (limited to 'source3/librpc/gen_ndr/ntsvcs.h')
-rw-r--r-- | source3/librpc/gen_ndr/ntsvcs.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/ntsvcs.h b/source3/librpc/gen_ndr/ntsvcs.h index 9cdfa656b4..95484e49f5 100644 --- a/source3/librpc/gen_ndr/ntsvcs.h +++ b/source3/librpc/gen_ndr/ntsvcs.h @@ -5,6 +5,7 @@ #ifndef _HEADER_ntsvcs #define _HEADER_ntsvcs +#define DEV_REGPROP_DESC ( 1 ) struct PNP_HwProfInfo { uint32_t unknown1; uint16_t unknown2[160]; @@ -130,6 +131,19 @@ struct PNP_GetDepth { struct PNP_GetDeviceRegProp { struct { + const char *devicepath;/* [ref,charset(UTF16)] */ + uint32_t property; + uint32_t unknown3; + uint32_t *unknown1;/* [ref] */ + uint32_t *buffer_size;/* [ref] */ + uint32_t *needed;/* [ref] */ + } in; + + struct { + uint8_t *buffer;/* [ref,length_is(*buffer_size),size_is(*buffer_size)] */ + uint32_t *unknown1;/* [ref] */ + uint32_t *buffer_size;/* [ref] */ + uint32_t *needed;/* [ref] */ WERROR result; } out; |