TCN_GETOBJECT notification code

Sent by a tab control when it has the TCS_EX_REGISTERDROP extended style and an object is dragged over a tab item in the control. This notification code is sent in the form of a WM_NOTIFY message.

TCN_GETOBJECT

    lpnmon = (LPNMOBJECTNOTIFY) lParam;

Parameters

lParam

Pointer to an NMOBJECTNOTIFY structure that contains information about the tab item the object is dragged over and receives data the application returns in response to this message.

Return value

The application processing this notification code must return zero.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Commctrl.h