WM_TABLET_DELETED message

The WM_TABLET_DELETED message is posted when a tablet device is removed from Windows.

#define WM_TABLET_DEFBASE   0x02C0
#define WM_TABLET_DELETED   (WM_TABLET_DEFBASE + 9)     

Parameters

wParam

Index of tablet device being removed.

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