Prototype declaration:
KMSTATUS KMAPI kmSetVSyncCallback( IN PKMCALLBACKFUNC pVSyncCallback, IN PVOID pCallbackArguments );
Description:
Parameters:This function specifies the callback function to be called at an entry into the vertical flyback segment (Vsync). Code the callback function in the following format: VOID VSyncCallbackFunc(PVOID pCallbackArguments); pCallbackArguments(input): Pointer to the parameter set at the specification
Return values:pVSyncCallback(input) This parameter is a pointer to the function to be called at an entry into Vsync. pCallbackArguments(input) This parameter is a pointer to argument to be passed to the function called at callback.
Value Explanation KMSTATUS_SUCCESS Success