WM_ReadStatus


C Specification

#include <nitro/wm.h>

WMErrCode WM_ReadStatus( WMStatus* statusBuf );

Description

Stores the WM status information in the buffer designated by the statusBuf argument and returns that information

Arguments

statusBuf A pointer to the buffer that stores the WM status.

Return Values

Returns the process result as a WMErrCode enumerated type.

See Also

WM_Initialize

Revision History

10/22/2004 Changed return value types
07/29/2004 Added descriptions
07/23/2004 Initial Version