Prototype declaration:
KMSTATUS KMAPI kmSetEndOfYUVCallback( IN PKMCALLBACKFUNC pEndOfYUVCallback, IN PVOID pCallbackArguments );
Description:
Parameters: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
Return values: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.
Value Explanation KMSTATUS_SUCCESS Success