Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
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 Selectabilityequals 1, the OS will simulate a user tap by generating a pair of WM_LBUTTONDOWN/ WM_LBUTTONUPmessages 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