Specifies a Rendering End Callback Function

Prototype declaration:


KMSTATUS KMAPI
kmSetEORCallback(
		IN   PKMCALLBACKFUNC    pEORCallback, 
		IN   PVOID              pCallbackArguments
);

Description:

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
Parameters:
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.
Return values:
Value Explanation
KMSTATUS_SUCCESS Success