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