IUIX_CmdManager::Cmd Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_CmdManager::Cmd Property}}
 
{{#customTitle:IUIX_CmdManager::Cmd Property}}
{{#parentPage:PXV:IUIX_CmdManager|property}}
+
{{#parentPage:PXV:IUIX_CmdManager|Cmd Property|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Cmd([in] LONG nCmdID, [out, retval] IUIX_Cmd** ppCmd);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Cmd([in]           LONG       nCmdID,
 +
                [out, retval] IUIX_Cmd** ppCmd);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;''nCmdID''
+
;nCmdID
 
:[in]  Value of LONG.
 
:[in]  Value of LONG.
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IUIX_CmdManager|IUIX_CmdManager]].
 
See also [[PXV:IUIX_CmdManager|IUIX_CmdManager]].

Revision as of 06:38, 23 April 2015


Property Cmd of interface IUIX_CmdManager returns Pointer to IUIX_Cmd ...

Syntax

HRESULT get_Cmd([in]           LONG        nCmdID,
                [out, retval]  IUIX_Cmd**  ppCmd);

Parameters

nCmdID
[in] Value of LONG.

See Also

See also IUIX_CmdManager.