Prototype declaration:
KMSTATUS KMAPI kmSetFatalErrorCallback( IN PKMCALLBACKFUNC pFatalErrorCallback, );
Description:
Parameters:When a fatal error occurs, the PVOID argument of the callback function is set to one of the following values: KMI_FATAL_ERR_NATIVEOVERFLOW (0x01) KMI_FATAL_ERR_VTXOVERFLOW (0x02) KMI_FATAL_ERR_UNKNOWN (0xFF) VOID FatalErrorCallbackFunc(PVOID pCallbackArguments); pCallbackArguments(input): Pointer to the parameter set at the specification
Return values:pFatalErrorCallback(input) This parameter is a pointer to a fatal error callback function.
Value Explanation KMSTATUS_SUCCESS Success