Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This is the dialog procedure for the startup dialog.
Syntax
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 Value
Same as those defined for all dialog procedures.
Requirements
| Header | startui.h |
| Windows Embedded CE | Windows CE 2.10 and later |