WM_ReadStatus

Syntax

#include <nitro/wm.h>

WMErrCode WM_ReadStatus( WMStatus* statusBuf );

Arguments

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

Return Values

Returns the results of the WMErrCode enumerated type process.

Description

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

See Also

WM_Initialize

Revision History

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


CONFIDENTIAL