Jon Griffiths jon_p_griffiths@yahoo.com writes:
+/* Define the undocumented types we need here as there is no native header */ +typedef struct _STRING {
- USHORT Length;
- USHORT MaximumLength;
- PCHAR Buffer;
+} STRING, *PSTRING; +typedef const STRING *PCANSI_STRING;
Actually there is a native winternl.h that defines these. You may need to upgrade your headers.