Prototype declaration:
KMSTATUS KMAPI kmSetEORCallback( IN PKMCALLBACKFUNC pEORCallback, IN PVOID pCallbackArguments );
Description:
Parameters:This function specifies the callback function to be called at the end of rendering. Code the callback function in the following format: VOID EORCallbackFunc(PVOID pCallbackArguments); pCallbackArguments(input): Pointer to the parameter set at the specification
Return values:pEORCallback(input) This parameter is a pointer to the function to be called at the end of rendering. pCallbackArguments(input) This parameter is a pointer to argument to be passed to the function called at callback.
Value Explanation KMSTATUS_SUCCESS Success