wstring::assign (Windows Embedded CE 6.0)
1/6/2010
This method assigns new character values to the contents of the string.
Syntax
bool assign(
const wstring& _X
);
bool assign(
const wchar_t* _S
);
Parameters
- _X
The wstring whose characters are to be assigned.
- _S
The C-style string that is the source of the characters to be assigned to the string.
Return Value
Returns TRUE if the method succeeded. Returns FALSE otherwise, most commonly because not enough memory was available.
Requirements
Header | av_upnp.h |
Library | Av_upnp.lib |
Windows Embedded CE | Windows CE 5.0 and later |