Prototype declaration:
KMSTATUS KMAPI kmBlankScreen( IN KMBOOLEAN bBlanking );
Description:
Parameters:This function stops the screen display of the frame buffer, and performs blanking. (For each V-Sync Callback, this function can only be called once.)
Return values:bBlanking(input) This parameter specifies whether to perform blanking of the screen, as follows: KM_TRUE Starts blanking. KM_FALSE Cancels blanking.
Value Explanation KMSTATUS_SUCCESS Success