Share via


Startup_Initialize (Windows CE 5.0)

Send Feedback

This function initializes the startup-dialog user interface component, Startui.

void Startup_Initialize( HINSTANCE hinst);

Parameters

  • hinst
    HINSTANCE to use for loading resources.

Return Values

None.

Remarks

This function is called only once. It gives the Startui component an opportunity to perform any required initialization. The hinst parameter should be used when loading any resources.

Requirements

OS Versions: Windows CE 2.10 and later.
Header: Startui.h.

See Also

Startup_DlgProc | Startup_WantStartupScreen | Startup_PowerOnNotification | Startup_PowerOffWhileStartupActiveNotification | Startup_DestroyDialogCallback

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.