Pager_GetDropTarget macro (commctrl.h)
Retrieves a pager control's IDropTarget interface pointer. You can use this macro or send the PGM_GETDROPTARGET message explicitly.
Syntax
void Pager_GetDropTarget(
HWND hwnd,
IDropTarget **ppdt
);
Parameters
hwnd
Type: HWND
Handle to the pager control.
ppdt
Type: IDropTarget**
Pointer to an IDropTarget pointer that receives the interface pointer. It is the caller's responsibility to call Release on this pointer when it is no longer needed.
Return value
None
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | commctrl.h |