Contents Index Topic Contents | ||
Previous Topic: PGM_GETBUTTONSTATE Next Topic: PGM_GETPOS |
PGM_GETDROPTARGET
PGM_GETDROPTARGET wParam = 0; lParam = (IDropTarget**)ppDropTarget;Retrieves a pager control's IDropTarget interface pointer. You can send this message explicitly or use the Pager_GetDropTarget macro.
- The return value for this message is not used.
- 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.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.