IPXC_Document::ID Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(6 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Document::ID Property}}
 
{{#customTitle:IPXC_Document::ID Property}}
{{#parentPage:PXV:IPXC_Document#Properties|ID Property|property}}
+
{{#parentPage:PXV:IPXC_Document#Properties|ID|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''ID''' of interface [[PXV:IPXC_Document|IPXC_Document]] returns  Value of ULONG ...
+
Property '''ID''' of interface [[PXV:IPXC_Document|IPXC_Document]] returns  Value of ULONG containing the unique ID of the opened document.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_ID([out, retval]  ULONG*  pID);
+
<pre class="brush:cpp;gutter:false">HRESULT get_ID([out, retval]  ULONG*  nID);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXC_Document|IPXC_Document]].
+
[[PXV:IPXC_Document|IPXC_Document]]

Latest revision as of 01:41, 16 March 2016


Property ID of interface IPXC_Document returns Value of ULONG containing the unique ID of the opened document.

Syntax

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

See Also

IPXC_Document