The ScreenSaverConfigureDialog function receives messages sent to a screen saver’s configuration dialog box. A screen saver that allows user configuration must define this function.
BOOL ScreenSaverConfigureDialog(
HWND hDlg, |
// handle of dialog box |
UINT message, |
// message |
WPARAM wParam, |
// first message parameter |
LPARAM lParam |
// second message parameter |
); |
If the function processes the message, it should return TRUE; otherwise, it should return FALSE, except in response to a WM_INITDIALOG message. In response to a WM_INITDIALOG message, ScreenSaverConfigureDialog should return FALSE if it calls the SetFocus function to set the keyboard focus to one of the controls in the dialog box. Otherwise, the function should return TRUE, in which case the system sets the keyboard focus to the first control in the dialog box that can be given the focus.
The dialog box template for the configuration dialog box must have the DLG_SCRNSAVECONFIGURE identifier.
The dialog box procedure is used only if the application specifies the default window class (WC_DIALOG) for the dialog box. The application uses the default class if no explicit class is given in the dialog box template. Although the dialog box procedure is similar to a window procedure, it must not call the DefWindowProc function to process unwanted messages. Unwanted messages are processed internally by the default dialog box procedure.
The ScreenSaverConfigureDialog function must be exported by including it in the EXPORTS statement in the application’s module-definition (.DEF) file.
DefWindowProc, RegisterDialogClasses, SetFocus
file: /Techref/os/win/api/win32/func/src/f75.htm, 3KB, , updated: 2000/4/7 11:06, local time: 2024/11/7 09:30,
3.148.106.201:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://techref.massmind.org/techref/os/win/api/win32/func/src/f75.htm"> ScreenSaverConfigureDialog</A> |
Did you find what you needed? |
Welcome to massmind.org! |
Welcome to techref.massmind.org! |
.