IPXV_DocSelectionHandler::CanRenameSel Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 25: Line 25:
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXV_DocSelectionHandler|IPXV_DocSelectionHandler]].
+
[[PXV:IPXV_DocSelectionHandler|IPXV_DocSelectionHandler]]

Revision as of 05:03, 23 May 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT CanRenameSel([in]           IPXV_Document*      pDoc,
                     [in]           IPXV_DocSelection*  pDocSel,
                     [out, retval]  VARIANT_BOOL*       pVal);

Parameters

pDoc
[in] Pointer to IPXV_Document.
pDocSel
[in] Pointer to IPXV_DocSelection.
pVal
[out, retval] Pointer to VARIANT_BOOL.

Return Value

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

See Also

IPXV_DocSelectionHandler