GetCustomCommand
method
Returns a Custom Command.
Syntax
C++
HRESULT
GetCustomCommand(
BSTR CommandID,
IERUCustomCommand** ppCustomCommand )
Scripting languages
Set
command = Object.GetCustomCommand(
CommandID as String) |
Parameters
CommandID
The unique identifier of the custom command to be found,
in the form, Company.CommandName.
ppCustomCommand
A pointer to the custom command object.
Return value
C++
The return code. |
Scripting languages
A pointer to the custom command object. |
|
Home
Applies to
IERUCustomCommandManager
|