Index Index for
Section 3
Index Alphabetical
listing for D
Index Bottom of
page

DtWsmFreeWorkspaceInfo(3)

CDE

NAME

DtWsmFreeWorkspaceInfo - free workspace information

SYNOPSIS

#include <Wsm.h> void DtWsmFreeWorkspaceInfo(DtWsmWorkspaceInfo *pWsInfo);

DESCRIPTION

The DtWsmFreeWorkspaceInfo function frees workspace information. The pWsInfo argument points to the workspace information the DtWsmGetWorkspaceInfo(3) function returns.

RETURN VALUE

The DtWsmFreeWorkspaceInfo function returns no value.

APPLICATION USAGE

The data space for DtWsmWorkspaceInfo is allocated by DtWsmGetWorkspaceInfo(3). The application must call DtWsmFreeWorkspaceInfo to free the data.

SEE ALSO

Wsm.h(5), dtwm(1), DtWsmGetWorkspaceInfo(3).

Index Index for
Section 3
Index Alphabetical
listing for D
Index Top of
page