Registers a callback function to use for the YUV termination interrupt.

Prototype declaration:


KMSTATUS KMAPI
kmSetEndOfYUVCallback(
		IN   PKMCALLBACKFUNC    pEndOfYUVCallback, 
		IN   PVOID              pCallbackArguments
);

Description:

This function registers a callback function to use for the YUV termination interrupt issued 
when the YUV converter finishes the conversion process.

	VOID EndOfYUVFunc(PVOID pCallbackArguments);

pCallbackArguments(input): Pointer to the parameter set at the specification
Parameters:
pEndOfYUVCallback(input)
        This parameter specifies a pointer to a callback function to use when the YUV converter
        finishes its task.

pCallbackArguments(input)
        This parameter is a pointer to an argument to be passed to the function called at callback.
Return values:
Value Explanation
KMSTATUS_SUCCESS Success