Changeset 228 for branches/samba-3.2.x/source/librpc/idl/ntsvcs.idl
- Timestamp:
- May 26, 2009, 9:44:50 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/source/librpc/idl/ntsvcs.idl
r133 r228 238 238 239 239 typedef struct { 240 uint32 unknown1;241 uint16 unknown2[160];242 uint32 unknown3;240 uint32 profile_handle; 241 uint16 friendly_name[80]; 242 uint32 flags; 243 243 } PNP_HwProfInfo; 244 244 … … 246 246 [in] uint32 idx, 247 247 [in,out,ref] PNP_HwProfInfo *info, 248 [in] uint32 unknown1,249 [in] uint32 unknown2248 [in] uint32 size, 249 [in] uint32 flags 250 250 ); 251 251
Note:
See TracChangeset
for help on using the changeset viewer.