次の方法で共有


wstring::assign (Windows CE 5.0)

Send Feedback

This method assigns new character values to the contents of the string.

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 Values

Returns TRUE if the method succeeded. Returns FALSE otherwise, most commonly because not enough memory was available.

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.