IPXV_SearchPtr::Doc Property

From PDF XChange PDF SDK
Jump to: navigation, search


Property pDoc of interface IPXV_SearchPtr returns Pointer to IPXC_Document containing the document that is being searched in.

Syntax

HRESULT get_Doc([in]           ULONG            nDocID,
                [out, retval]  IPXC_Document**  pDoc);

Parameters

nDocID
[in] Value of ULONG containing the ID (that is valid in the current Callback) of the document ({PXV_SearchPtrChunk_Document, <docID>}).

See Also

IPXV_SearchPtr