2.2.44 STRING

msdn link

Unless otherwise noted, a STRING is a UCHAR buffer that represents a null-terminated string of 8-bit characters.

This type is declared as follows:

 typedef UCHAR* STRING;