IPXV_Inst::GetDocSelectionHandler Method

From PDF XChange PDF SDK
Revision as of 03:56, 15 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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**  pDocSelHandler);

Parameters

pDoc
[in] Pointer to IPXV_Document.
pDocSel
[in] Pointer to IPXV_DocSelection.
pDocSelHandler
[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