Compartilhar via


wstring::wstring (Windows CE 5.0)

Send Feedback

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

wstring class (UPnP AV)

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.