Pager_GetDropTargetPager_GetDropTarget*
*Contents  *Index  *Topic Contents
*Previous Topic: Pager_GetButtonState
*Next Topic: Pager_GetPos

Pager_GetDropTarget


void Pager_GetDropTarget(
    HWND hwndPager,
    IDropTarget **ppDropTarget
);

Retrieves a pager control's IDropTarget interface pointer. You can use this macro or send the PGM_GETDROPTARGET message explicitly.

hwndPager
Handle to the pager control.
ppDropTarget
Address of 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.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.