2.2.1.2 EEUString

The EEUString structure encodes Unicode strings that contain troubleshooting information. The EEComputerName structure uses this type.

 typedef struct tagEEUString {
   short nLength;
   [size_is(nLength)] unsigned short* pString;
 } EEUString;

nLength: This field MUST contain the length of pString in characters.

pString: A NULL-terminated Unicode string that contains troubleshooting information.