|
|
Home | Loader API | Interfaces | File List | Index | |
Wide binary string. More...
#include <p6types.h>
Public Attributes | |
P6R::P6SIZE | length |
Length of data in wide characters. | |
P6R::P6WCHAR * | pString |
Pointer to wide string data. |
Wide binary string.
This a length limited wide string data type. Unlike P6BSTR, this type assumes pString points to wide character data and should not be used to represent binary data.
Definition at line 180 of file p6types.h.