Prototype declaration:
KMSTATUS KMAPI kmSetStripOverRunCallback( IN PKMCALLBACKFUNC pStripOverRunCallback, IN PVOID pCallbackArguments );
Description:
Parameters:This function specifies the callback function to be called when the rendering of the next strip is not completed during the display period of the vertical dimension of a strip buffer. Code the callback function in the following format: VOID StripOverRunCallbackFunc(PVOID pCallbackArguments); pCallbackArguments(input): Pointer to the parameter set at the specification
Return values:pStripOverRunCallback(input) This parameter is a pointer to the callback function. pCallbackArguments(input) This parameter is a pointer to argument to be passed to the function called at callback.
Value Explanation KMSTATUS_SUCCESS Success