DtPrintFreeSetupData(library call) DtPrintFreeSetupData(library call)
NAME [Toc] [Back]
DtPrintFreeSetupData - frees the memory pointed to by DtPrintSetupData
structure elements
SYNOPSIS [Toc] [Back]
#include <Print.h>
void DtPrintFreeSetupData(
DtPrintSetupData* target);
DESCRIPTION [Toc] [Back]
The DtPrintFreeSetupData function calls XtFree to deallocate memory
pointed to by elements of the DtPrintSetupData structure indicated by
target. The DtPrintSetupData structure pointed to by target is not
altered by this function.
For a description of the DtPrintSetupData structure, see
DtPrintSetupBox(3).
ARGUMENTS [Toc] [Back]
target Pointer to the DtPrintSetupData structure whose elements are
to be freed.
RETURN VALUE [Toc] [Back]
None.
ENVIRONMENT VARIABLES [Toc] [Back]
None.
RESOURCES [Toc] [Back]
None.
ACTIONS/MESSAGES
None.
ERRORS/WARNINGS
None.
EXAMPLES [Toc] [Back]
None.
FILES [Toc] [Back]
None.
SEE ALSO [Toc] [Back]
DtPrintSetupBox(3)
- 1 - Formatted: January 24, 2005 [ Back ] |