IPXV_SearchPtr::Doc Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 6: Line 6:
 
{{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]] ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Doc([in]          ULONG            DocID,
+
<pre class="brush:cpp;gutter:false">HRESULT get_Doc([in]          ULONG            nDocID,
                 [out, retval]  IPXC_Document**  Doc);
+
                 [out, retval]  IPXC_Document**  pDoc);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;DocID
+
;nDocID
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_SearchPtr|IPXV_SearchPtr]]
 
[[PXV:IPXV_SearchPtr|IPXV_SearchPtr]]

Revision as of 04:08, 15 June 2015


Property pDoc of interface IPXV_SearchPtr returns Pointer to IPXC_Document ...

Syntax

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

Parameters

nDocID
[in] Value of ULONG.

See Also

IPXV_SearchPtr