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 10: Line 10:
 
== 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>
  

Revision as of 02:49, 4 June 2015


Property Doc 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