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.
4/8/2010
Note
This section applies to the Windows Classic Home screen and not the Windows Default Home screen.
This export should be implemented if the custom item needs an Options dialog box in the Home screen Settings screen.
BOOL APIENTRY CustomItemOptionsDlgProc (
HWND hDlg,
UINT message,
UINT wParam,
LONG lParam
);
- hDlg
[in] Handle to the dialog box.
- message
[in] Specifies the window message ID.
- wParam
[in] Specifies additional message-specific information.
- lParam
[in] Specifies additional message-specific information.
TRUE indicates the message was processed.
This API is called from the Shell's process by ordinal. When exporting this function from the custom item DLL, ordinal 241 should be specified in the DEF file. This function is only required if "Options" = 1 in the registry.
Header | todaycmn.h |
Windows Embedded CE | Windows CE 3.0 and later |
Windows Mobile | Pocket PC 2000 and later |