IUIX_CmdManager::Cmd Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:IUIX_CmdManager::Cmd Property}} | {{#customTitle:IUIX_CmdManager::Cmd Property}} | ||
{{#parentPage:PXV:IUIX_CmdManager#Properties|Cmd|property}} | {{#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 == | ||
Line 15: | Line 14: | ||
== 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]] | [[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.