wstring::wstring (Windows CE 5.0)
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.
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 Values
None.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Av_upnp.h.
Link Library: Av_upnp.lib.
C++ Namespace: av_upnp.
See Also
Send Feedback on this topic to the authors