Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
HRESULT GetDropTarget( IDropTarget** ppDropTarget ) const;
Return Value
Returns an HRESULT value indicating success or failure of the operation.
Parameters
ppDropTarget
A pointer to an interface pointer. If an error occurs, a NULL pointer is placed in this address.
Remarks
This member function implements the behavior of the Win32 message , as described in the Platform SDK.