wstring::capacity (Windows CE 5.0)
This method returns the largest number of elements that could be stored in the string without increasing the memory allocation of the string.
size_type capacity() const;
Parameters
None.
Return Values
The number of elements that can be stored in the string without increasing the string's memory allocation.
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