IPXC_Document::ID 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_ID([out, retval]  ULONG*  nID);
+
<pre class="brush:cpp;gutter:false">HRESULT get_ID([out, retval]  ULONG*  ID);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_Document|IPXC_Document]]
 
[[PXV:IPXC_Document|IPXC_Document]]

Revision as of 07:01, 12 June 2015


Property ID of interface IPXC_Document returns Value of ULONG ...

Syntax

HRESULT get_ID([out, retval]  ULONG*  ID);

See Also

IPXC_Document