WM_TABLET_ADDED message

The WM_TABLET_ADDED message is posted when a tablet device is added to Windows.

#define WM_TABLET_DEFBASE  0x02C0
#define WM_TABLET_ADDED    (WM_TABLET_DEFBASE + 8)      

Parameters

wParam

Index of tablet device being added

lParam

Unused.

Remarks

This message is sent to all top-level windows in the system, including disabled or invisible unowned windows, overlapped windows, and pop-up windows; but the message is not sent to child windows.

The indexes passed in wParam are related to the index used by the ITabletManager::GetTablet method.

Requirements

Requirement Value
Minimum supported client
Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server
None supported
Header
Tpcshrd.h