wstring::length (Windows CE 5.0)
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
Send Feedback on this topic to the authors