typedef struct _UNICODE_STRING { WORD Length; WORD MaximumLength; WORD * Buffer; } UNICODE_STRING, *PUNICODE_STRING;
Windows Vista Kernel Structures