#include <Unicode.h>
Öffentliche Datenelemente | |
CUString () | |
CUString (const char *pAnsiString) | |
CUString (PCWSTR pWideString) | |
~CUString () | |
void | Init () |
void | Free () |
CUString (const CUString &orig) | |
CUString | operator= (const CUString &rop) |
BOOLEAN | operator== (const CUString &rop) const |
CUString | operator+ (const CUString &rop) const |
CUString & | operator+= (const CUString &rop) |
operator PWSTR () const | |
operator UNICODE_STRING & () | |
operator ULONG () const | |
CUString (ULONG value) | |
WCHAR & | operator[] (int idx) |
USHORT | Length () |
Geschützte Typen | |
enum | ALLOC_TYPE { Empty, FromCode, FromPaged, FromNonPaged } |
Geschützte Attribute | |
UNICODE_STRING | uStr |
ALLOC_TYPE | aType |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|