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 9: Line 9:
  
 
== 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            DocID,
                 [out, retval]  IPXC_Document**  pDoc);
+
                 [out, retval]  IPXC_Document**  Doc);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;nDocID
+
;DocID
 
:[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 07:44, 12 June 2015


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

Syntax

HRESULT get_Doc([in]           ULONG            DocID,
                [out, retval]  IPXC_Document**  Doc);

Parameters

DocID
[in] Value of ULONG.

See Also

IPXV_SearchPtr