wstring::wstring (Windows Embedded CE 6.0)
1/6/2010
This method constructs a string that is empty or initialized by specific characters, or that is a copy of all or part of some other string object or C-style null-terminated string.
Syntax
wstring(
const wstring& _X
);
wstring(
const wchar_t* _S
);
Parameters
- _X
The wstring whose characters form the new wstring instance.
- _S
The C-style string that is the source of the characters that form the new wstring instance.
Return Value
None.
Requirements
Header | av_upnp.h |
Library | Av_upnp.lib |
Windows Embedded CE | Windows CE 5.0 and later |