IUIX_Inst::DoDragDrop Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
Line 15: Line 15:
 
== Parameters ==
 
== Parameters ==
 
;pDataObject
 
;pDataObject
:[in]  Pointer to [[PXV:IDataObject|IDataObject]].
+
:[in]  Pointer to IDataObject.
 
;pDropSource
 
;pDropSource
:[in]  Pointer to [[PXV:IDropSource|IDropSource]].
+
:[in]  Pointer to IDropSource.
 
;pDropEffect
 
;pDropEffect
 
:[out, retval]  Pointer to ULONG.
 
:[out, retval]  Pointer to ULONG.

Latest revision as of 07:56, 13 June 2016


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT DoDragDrop([in]           IDataObject*  pDataObject,
                   [in]           IDropSource*  pDropSource,
                   [out, retval]  ULONG*        pDropEffect);

Parameters

pDataObject
[in] Pointer to IDataObject.
pDropSource
[in] Pointer to IDropSource.
pDropEffect
[out, retval] Pointer to ULONG.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IUIX_Inst