[get]
[get]
[set]
Properties for the Property method.
Properties for the Property method.
| HRESULT IAccPluginInfo::GetCommandById | ( | [in] xp_int | command, | |
| [out, retval] IAccCommand ** | outCommand | |||
| ) |
Get a registered plugin command. The entire set of commands can be retrieved via Property(AccPluginInfoProp_Commands);
| HRESULT IAccPluginInfo::AddCommand | ( | [in] xp_int | command, | |
| [out, retval] IAccCommand ** | outCommand | |||
| ) |
Register a plugin command. The command can be customized when the call completes.
| HRESULT IAccPluginInfo::RemoveCommand | ( | [in] xp_int | command | ) |
Unregister a plugin command.
xp_str IAccPluginInfo::Uuid [get] |
Gets plugin UUID.
| xp_variant IAccPluginInfo::Property( [in] AccPluginInfoProp property) | ( | [in] AccPluginInfoProp | property | ) | [get] |
Gets the specified property for a plugin.
| xp_kvariant IAccPluginInfo::Property( [in] AccPluginInfoProp property) | ( | [in] AccPluginInfoProp | property | ) | [set] |
Sets the specified property for a plugin.