you might check out this:
BOOL SystemParametersInfo(
UINT uiAction, // system parameter to query or set
UINT uiParam, // depends on action to be taken
PVOID pvParam, // depends on action to be taken
UINT fWinIni // user profile update flag
);
I think it can be disabled using the params (SPI_SETSCREENSAVEACTIVE, false,
0, 0). I think you can also determine it's state with
SPI_GETSCREESAVEACTIVE
----- Original Message -----
From: "Mike Ghan" <mikeg_at_logix-controls.com>
To: "Talk SwiftForth" <sftalk_at_forth.com>
Sent: Friday, July 28, 2000 2:13 PM
Subject: [sftalk] Canceling a Screen Saver
> Does anyone know how to cancel a screen saver - my app needs to alert the
user
> if there is an error condition.
>
> Best Regards, Mike Ghan mikeg_at_logix-controls.com
>
> Logix Industrial Control Systems http://www.logix-controls.com
> 10518 NE 68th St
> Kirkland, WA 98033 USA
> (425)828-4149
> (425)828-9682 Fax
>
>
> _______________________________________________
> Sftalk mailing list Sftalk_at_forth.com
> Visit Sftalk on the web at http://www.forthinc.com/mailman/listinfo/sftalk
>
Received on Fri Jul 28 2000 - 13:04:05 PDT
Subscribe to our e-mail list service. It's free for all SwiftForth and SwiftX users!
This archive was generated 09-Feb-2012. Archive updated nightly.