IPXV_DocSelectionHandler::OnStartSelHandling Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 9: | Line 9: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT OnStartSelHandling([in] IPXV_Document* | + | <pre class="brush:cpp;gutter:false">HRESULT OnStartSelHandling([in] IPXV_Document* Doc, |
− | [in] IPXV_DocSelection* | + | [in] IPXV_DocSelection* NewDocSel);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;Doc |
:[in] Pointer to [[PXV:IPXV_Document|IPXV_Document]]. | :[in] Pointer to [[PXV:IPXV_Document|IPXV_Document]]. | ||
− | ; | + | ;NewDocSel |
:[in] Pointer to [[PXV:IPXV_DocSelection|IPXV_DocSelection]]. | :[in] Pointer to [[PXV:IPXV_DocSelection|IPXV_DocSelection]]. | ||
Revision as of 06:28, 12 June 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT OnStartSelHandling([in] IPXV_Document* Doc, [in] IPXV_DocSelection* NewDocSel);
Parameters
- Doc
- [in] Pointer to IPXV_Document.
- NewDocSel
- [in] Pointer to IPXV_DocSelection.
Return Value
Returns S_OK if operation was successful or error code in other cases.