Compartir a través de


wstring::length (Windows CE 5.0)

Send Feedback

This method returns the current number of elements in the string. It is the same as wstring::size.

size_type length() const;

Parameters

None.

Return Values

The length of the string, in elements.

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.