DtWsmFreeWorkspaceInfo(library call) DtWsmFreeWorkspaceInfo(library call)
NAME [Toc] [Back]
DtWsmFreeWorkspaceInfo - free workspace information
SYNOPSIS [Toc] [Back]
#include <Dt/Wsm.h>
void DtWsmFreeWorkspaceInfo(
DtWsmWorkspaceInfo *pWsInfo);
DESCRIPTION [Toc] [Back]
The DtWsmFreeWorkspaceInfo function frees workspace information.
The pWsInfo argument points to the workspace information the
DtWsmGetWorkspaceInfo(3) function returns.
RETURN VALUE [Toc] [Back]
The DtWsmFreeWorkspaceInfo function returns no value.
APPLICATION USAGE [Toc] [Back]
The data space for DtWsmWorkspaceInfo is allocated by
DtWsmGetWorkspaceInfo(3). The application must call
DtWsmFreeWorkspaceInfo to free the data.
SEE ALSO [Toc] [Back]
Dt/Wsm.h - DtWsm(5), dtwm(1), DtWsmGetWorkspaceInfo(3).
- 1 - Formatted: January 24, 2005 [ Back ] |