Compartir a través de


wstring::operator const wchar_t* (Windows CE 5.0)

Send Feedback

This operator converts the contents of the string into a C-style null-terminated string.

operator const wchar_t*() const

Parameters

None.

Return Values

A pointer to a C-style null terminated string that has the same elements as this string.

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.