Query: dwtstringfreecontext
OS: ultrix
Section: 3dwt
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DwtStringFreeContext(3Dwt) DwtStringFreeContext(3Dwt) Name DwtStringFreeContext - Frees a compound-string context structure. Syntax void DwtStringFreeContext(context) DwtCompStringContext *context; Arguments context Specifies 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 DwtStringFreeContext(3Dwt)