CSpDynamicString ClearAndGrowTo Methods (SAPI 5.3)
Speech API 5.3
CSpDynamicString::ClearAndGrowTo
CSpDynamicString::ClearAndGrowTo clears the existing instance and reallocates it to the specified size. The subsequent instance is returned.
WCHAR* ClearAndGrowTo(
ULONG cch
)
Parameters
- cch
- [in] The new size of the instance.