Startup_PowerOffWhileStartupActiveNotification
This function notifies the Startui component that power is being turned off while the startup dialog is visible.
void Startup_PowerOnNotification(
HWND hwndDlg
);
Parameters
- hwndDlg
Handle of the startup dialog.
Return Values
None.
Remarks
This function is not required to do anything.
The sample code uses this function to hide the date and time display so that the stale information will not be visible when the power comes back on.
Requirements
OS Versions: Windows CE 2.10 and later.
Header: Startui.h.
See Also
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.