NWC24GetSchedulerError

C Specification

#include <revolution/nwc24.h>
NWC24Err NWC24GetSchedulerError( s32* pNumErrors, s32* pErrorCode );

Description

Gets the error code (6-digit negative value) generated by the automatic scheduler process.

Arguments

pNumErrors Pointer to the variable for getting the error count.
pErrorCode Error code of the latest error.

Return Values

NWC24_OK: Normal exit (values are returned in *pNumErrors and *pErrorCode).
NWC24_ERR_OVERFLOW: Internal error.
NWC24_ERR_FATAL: Fatal error occurred.
NWC24_ERR_INTERNAL_IPC: Internal processing error.
NWC24_ERR_INPROGRESS: Scheduler not started.
NWC24_ERR_LIB_OPENED: Not available because the library is busy.
NWC24_ERR_BUSY: Cannot execute due to other processes.

See Also

Revision History

2006/10/06 Initial version.


CONFIDENTIAL