WM_TODAYCUSTOM_ACTION

4/8/2010

Note

This topic applies to the Windows Classic Home screen and not the Windows Default Home screen.

This message is sent to a custom Home screen item upon each press of the action button when it is selected; your app can use it internally to navigate inside a component's screen between different controls of the plug-in. If Selectability equals 1, the OS will simulate a user tap by generating a pair of WM_LBUTTONDOWN/WM_LBUTTONUP messages at coordinates (1,1)

Syntax

WM_TODAYCUSTOM_ACTION
    wParam = (WPARAM) nVirtKey; 
    lParam = (LPARAM) res;

Parameters

  • nVirtKey
    Contains the virtual key code for the action key (VK_RETURN).
  • res
    This parameter is not used.

Return Value

The return value is ignored.

Requirements

Header todaycmn.h
Windows Mobile Pocket PC for Windows Mobile Version 5.0 and later

See Also

Reference

Home Screen Messages (Windows Mobile Professional)