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.

Prototype declaration:


KMSTATUS KMAPI
kmSetStripOverRunCallback(
		IN   PKMCALLBACKFUNC    pStripOverRunCallback, 
		IN   PVOID              pCallbackArguments
);

Description:

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