C++
const wchar_t * kwszPtr() const;
Description
Gets a pointer to the current string as a widechar Unicode.
Returns
A pointer to a null-terminated widechar string.
Remarks
The pointer is only valid until this object is next modified.
Links
Previous Declaration
inline const wchar_t * AcString::kwszPtr() const;