CustomItemOptionsDlgProc

This export should be implemented if the custom item needs an Options dialog box in the Today Settings screen.

BOOL APIENTRY CustomItemOptionsDlgProc (
  HWND hDlg, 
  UINT message, 
  UINT wParam, 
  LONG lParam 
);

Parameters

  • 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.

Return Values

TRUE indicates the message was processed.

Remarks

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.

Requirements

Pocket PC Platforms: Pocket PC 2000 and later
OS Versions: Windows CE 3.0 and later
Header: todaycmn.h

Send feedback on this topic to the authors.

© 2005 Microsoft Corporation. All rights reserved.