IPXV_SearchPtr::Doc Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(5 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_SearchPtr::Doc Property}}
 
{{#customTitle:IPXV_SearchPtr::Doc Property}}
{{#parentPage:PXV:IPXV_SearchPtr#Properties|Doc Property|property}}
+
{{#parentPage:PXV:IPXV_SearchPtr#Properties|Doc|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Doc''' of interface [[PXV:IPXV_SearchPtr|IPXV_SearchPtr]] returns  Pointer to [[PXV:IPXC_Document|IPXC_Document]] ...
+
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**  ppDoc);
+
                 [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 03: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>}).

See Also

IPXV_SearchPtr