DwtStringFreeContext(3Dwt)
Name
DwtStringFreeContext − Frees a compound-string context structure.
Syntax
void DwtStringFreeContext(context)
DwtCompStringContext *context;
Arguments
contextSpecifies the compound-string context structure initialized by DwtStringInitContext.
Description
The DwtStringFreeContext function frees the compound-string context structure returned by DwtStringInitContext. When your application has finished with the context, it should call DwtStringFreeContext.
See Also
DwtStringInitContext (3Dwt)
Guide to the XUI Toolkit: C Language Binding
Guide to the XUI Toolkit Intrinsics: C Language Binding