WM_TODAYCUSTOM_USERNAVIGATION

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 the custom Home screen item upon each press of a navigation 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;

Syntax

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

Parameters

Parameter Description

nVirtKey

Contains the virtual key code for the pressed navigation key (VK_UP, VK_DOWN, and so on.)

res

This parameter is not used.

Return Value

WinProc should return TRUE if message was processed; otherwise, the selection will be passed to the next component.

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)