XmStringFree(library call) XmStringFree(library call)
NAME [Toc] [Back]
XmStringFree - A compound string function that conditionally
deallocates memory
SYNOPSIS [Toc] [Back]
#include <Xm/Xm.h>
void XmStringFree(
XmString string);
DESCRIPTION [Toc] [Back]
XmStringFree conditionally recovers memory used by a compound string.
Applications should call XmStringFree when the application no longer
needs string.
string Specifies the compound string to be freed
RELATED [Toc] [Back]
XmStringCreate(3).
- 1 - Formatted: January 24, 2005 [ Back ] |