IUIX_Cmd::ID Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(2 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Cmd::ID Property}}
 
{{#customTitle:IUIX_Cmd::ID Property}}
{{#parentPage:PXV:IUIX_Cmd#Properties|ID Property|property}}
+
{{#parentPage:PXV:IUIX_Cmd#Properties|ID|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{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 ==
 
[[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