wstring::capacity (Windows CE 5.0)

Send Feedback

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

wstring class (UPnP AV)

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.