IUIX_CmdManager::Cmd Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(5 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_CmdManager::Cmd Property}} | {{#customTitle:IUIX_CmdManager::Cmd Property}} | ||
− | {{#parentPage:PXV:IUIX_CmdManager|Cmd | + | {{#parentPage:PXV:IUIX_CmdManager#Properties|Cmd|property}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | Property '''Cmd''' of interface [[PXV:IUIX_CmdManager|IUIX_CmdManager]] returns Pointer to [[PXV:IUIX_Cmd|IUIX_Cmd]] | + | Property '''Cmd''' of interface [[PXV:IUIX_CmdManager|IUIX_CmdManager]] returns Pointer to [[PXV:IUIX_Cmd|IUIX_Cmd]] containing the command that corresponds to the given command ID. |
== Syntax == | == Syntax == | ||
<pre class="brush:cpp;gutter:false">HRESULT get_Cmd([in] LONG nCmdID, | <pre class="brush:cpp;gutter:false">HRESULT get_Cmd([in] LONG nCmdID, | ||
− | [out, retval] IUIX_Cmd** | + | [out, retval] IUIX_Cmd** pCmd); |
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
;nCmdID | ;nCmdID | ||
− | :[in] Value of LONG. | + | :[in] Value of LONG containing the command's ID. |
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_CmdManager|IUIX_CmdManager]] |
Latest revision as of 06:15, 4 April 2016
Property Cmd of interface IUIX_CmdManager returns Pointer to IUIX_Cmd containing the command that corresponds to the given command ID.
Syntax
HRESULT get_Cmd([in] LONG nCmdID, [out, retval] IUIX_Cmd** pCmd);
Parameters
- nCmdID
- [in] Value of LONG containing the command's ID.