Back to the WFC main page
wfc_start_screen_saver
$Revision: 9 $
Declaration
void wfc_start_screen_saver( void )
Description
This function starts the current screen saver.
Example
int _tmain( int number_of_command_line_arguments, LPCTSTR command_line_arguments[] )
{
WFCTRACEINIT( TEXT( "_tmain()" ) );
wfc_start_screen_saver();
return( EXIT_SUCCESS );
}
API's Used
wfc_start_screen_saver() uses the following API's:
- GetDesktopWindow
- SendMessage
Copyright, 2000, Samuel R. Blackburn
$Workfile: wfc_start_screen_saver.cpp $
$Modtime: 1/17/00 9:36a $