IUIX_Dialog::ID Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
 
{{#customTitle:IUIX_Dialog::ID Property}}
 
{{#customTitle:IUIX_Dialog::ID Property}}
 
{{#parentPage:PXV:IUIX_Dialog#Properties|ID|property}}
 
{{#parentPage:PXV:IUIX_Dialog#Properties|ID|property}}
{{ToReview}}
+
 
  
 
Gets numerical '''ID''' of the current [[PXV:IUIX_Dialog|dialog]].
 
Gets numerical '''ID''' of the current [[PXV:IUIX_Dialog|dialog]].
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_ID([out, retval]  LONG*  pID);
+
<pre class="brush:cpp;gutter:false">HRESULT get_ID([out, retval]  LONG*  nID);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IUIX_Dialog|IUIX_Dialog]]
 
[[PXV:IUIX_Dialog|IUIX_Dialog]]

Latest revision as of 16:12, 15 June 2015


Gets numerical ID of the current dialog.

Syntax

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

See Also

IUIX_Dialog