RBN_GETOBJECT notification code

Sent by a rebar control created with the RBS_REGISTERDROP style when an object is dragged over a band in the control. This notification code is sent in the form of a WM_NOTIFY message.

RBN_GETOBJECT

    lpnmon = (LPNMOBJECTNOTIFY) lParam;

Parameters

lParam

Pointer to an NMOBJECTNOTIFY structure that contains information about the band that the object is dragged over and also receives the data provided by the receiving application in response to this notification code.

Return value

The return value for this notification code must be zero.

Remarks

To receive the RBN_GETOBJECT notification code, initialize OLE with a call to OleInitialize or CoInitialize.

Requirements

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