次の方法で共有


Startup_Initialize (Windows Embedded CE 6.0)

1/6/2010

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

Syntax

void Startup_Initialize( 
  HINSTANCE hinst 
);

Parameters

  • hinst
    HINSTANCE to use for loading resources.

Return Value

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

Header startui.h
Windows Embedded CE Windows CE 2.10 and later

See Also

Reference

Startup User Interface Functions
Startup_DlgProc
Startup_WantStartupScreen
Startup_PowerOnNotification
Startup_PowerOffWhileStartupActiveNotification
Startup_DestroyDialogCallback