Prototype declaration:
KMSTATUS KMAPI kmSetEndOfVertexCallback( IN PKMCALLBACKFUNC pEndOfVertexCallback, IN PVOID pCallbackArguments );
Description:
Parameters:This function specifies the callback function to be called at the end of transfer of the data of one scene from KAMUI to the rendering hardware. Code the callback function in the following format: VOID EndOfVertexCallbackFunc(PVOID pCallbackArguments); pCallbackArguments(input): Pointer to the parameter set at the specification
Return values:pEndOfVertexCallback(input) This parameter is a pointer to the callback function pCallbackArguments(input) This parameter is a pointer to parameter to be passed to the function called at callback
Value Explanation KMSTATUS_SUCCESS Success