IPXV_Inst::GetDocSelectionHandler Method

From PDF XChange PDF SDK
Jump to: navigation, search
Line 3: Line 3:
 
{{#customTitle:IPXV_Inst::GetDocSelectionHandler Method}}
 
{{#customTitle:IPXV_Inst::GetDocSelectionHandler Method}}
 
{{#parentPage:PXV:IPXV_Inst#Methods|GetDocSelectionHandler|method}}
 
{{#parentPage:PXV:IPXV_Inst#Methods|GetDocSelectionHandler|method}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  

Revision as of 18:15, 24 May 2015


Returns corresponding selection-handler for the specified document-selection object.

Syntax

HRESULT GetDocSelectionHandler([in]           IPXV_Document*              pDoc,
                               [in]           IPXV_DocSelection*          pDocSel,
                               [out, retval]  IPXV_DocSelectionHandler**  ppDocSelHandler);

Parameters

pDoc
[in] Pointer to IPXV_Document.
pDocSel
[in] Pointer to IPXV_DocSelection.
ppDocSelHandler
[out, retval] Returns pointer to corresponding IPXV_DocSelectionHandler object.

Return Value

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

See Also

IPXV_Inst