wstring::wstring

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/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
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

wstring class (UPnP AV)