typedef struct _STRING { WORD Length; WORD MaximumLength; CHAR * Buffer; } STRING, *PSTRING;
Windows Vista Kernel Structures