Startup_DlgProc
This is the dialog procedure for the startup dialog.
BOOL Startup_DlgProc(
HWND hDlg,
UINT message,
WPARAM wParam,
LPARAM lParam
);
Parameters
- hDlg
Handle of the dialog. - message
Unsigned integer that contains a Microsoft® Windows® message (for example, WM_CLOSE). - wParam
Short integer containing a message-specific parameter. - lParam
Long integer containing a message-specific parameter.
Return Values
Same as those defined for all dialog procedures.
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.