IUIX_TreeCallbacks::Tree_OnDrop Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_TreeCallbacks::Tree_OnDrop Method}}
 
{{#customTitle:IUIX_TreeCallbacks::Tree_OnDrop Method}}
 +
{{#parentPage:PXV:IUIX_TreeCallbacks|method}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
The method of interface of PDF-XChange Editor SDK.
 
The method of interface of PDF-XChange Editor SDK.

Revision as of 22:50, 20 April 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT Tree_OnDrop([in] IUIX_Tree* pTree, [in] FORMATETC* pFmtEtc, [in] wireSTGMEDIUM* pStdMed, [in] LONG nEffect, [in] POINT* pPos, [in] IUIX_TreeItem* pDropParent, [in] LONG nDropChildIndex);

Parameters

pTree
[in] Pointer to IUIX_Tree.
pFmtEtc
[in] Pointer to FORMATETC.
pStdMed
[in] Pointer to wireSTGMEDIUM.
nEffect
[in] Value of LONG.
pPos
[in] Pointer to POINT.
pDropParent
[in] Pointer to IUIX_TreeItem.
nDropChildIndex
[in] Value of LONG.

Return Value

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

See Also

See also IUIX_TreeCallbacks.