IPXV_SearchPtr::Doc Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(3 intermediate revisions by one other user not shown) | |||
Line 3: | Line 3: | ||
{{#customTitle:IPXV_SearchPtr::Doc Property}} | {{#customTitle:IPXV_SearchPtr::Doc Property}} | ||
{{#parentPage:PXV:IPXV_SearchPtr#Properties|Doc|property}} | {{#parentPage:PXV:IPXV_SearchPtr#Properties|Doc|property}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | Property ''' | + | Property '''pDoc''' of interface [[PXV:IPXV_SearchPtr|IPXV_SearchPtr]] returns Pointer to [[PXV:IPXC_Document|IPXC_Document]] containing the document that is being searched in. |
== Syntax == | == Syntax == | ||
<pre class="brush:cpp;gutter:false">HRESULT get_Doc([in] ULONG nDocID, | <pre class="brush:cpp;gutter:false">HRESULT get_Doc([in] ULONG nDocID, | ||
− | [out, retval] IPXC_Document** | + | [out, retval] IPXC_Document** pDoc); |
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
;nDocID | ;nDocID | ||
− | :[in] Value of ULONG. | + | :[in] Value of ULONG containing the ID (that is valid in the current Callback) of the document ({PXV_SearchPtrChunk_Document, <docID>}). |
== See Also == | == See Also == | ||
[[PXV:IPXV_SearchPtr|IPXV_SearchPtr]] | [[PXV:IPXV_SearchPtr|IPXV_SearchPtr]] |
Latest revision as of 02:35, 20 January 2017
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>}).