IUIX_Cmd::ID Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
 
(7 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Cmd::ID Property}}
 
{{#customTitle:IUIX_Cmd::ID Property}}
 +
{{#parentPage:PXV:IUIX_Cmd#Properties|ID|property}}
 +
{{ToReview}}
  
Property '''ID''' of interface [[PXV:IUIX_Cmd|IUIX_Cmd]] returns  Value of LONG ...
+
Property '''ID''' of interface [[PXV:IUIX_Cmd|IUIX_Cmd]] returns  Value of LONG containing the unique identifier of the command.
 
+
  
 
== 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 ==
See also [[PXV:IUIX_Cmd|IUIX_Cmd]].
+
[[PXV:IUIX_Cmd|IUIX_Cmd]]

Latest revision as of 02:04, 24 March 2016


Property ID of interface IUIX_Cmd returns Value of LONG containing the unique identifier of the command.

Syntax

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

See Also

IUIX_Cmd