Changeset 21360 for trunk/include/win/ntdef.h
- Timestamp:
- Feb 25, 2010, 6:26:18 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/ntdef.h
r9985 r21360 54 54 } CSTRING,*PCSTRING; 55 55 56 #ifndef __UNICODE_STRING_DEFINED__ 57 #define __UNICODE_STRING_DEFINED__ 56 58 typedef struct _UNICODE_STRING { 57 59 USHORT Length; /* bytes */ … … 59 61 PWSTR Buffer; 60 62 } UNICODE_STRING,*PUNICODE_STRING; 61 63 #endif 62 64 /* 63 65 Objects
Note:
See TracChangeset
for help on using the changeset viewer.