Values for AccPluginType.
Properties for the Property method.
Properties for the Property method.
| HRESULT IAccPluginInfo::Uuid | ( | [out, retval] xp_str * | uuid | ) | [get] |
Gets plugin UUID.
| HRESULT IAccPluginInfo::Property | ( | [in] AccPluginInfoProp | property, | |
| [out, retval] xp_variant * | value | |||
| ) | [get] |
Gets the specified property for a plugin.
| HRESULT IAccPluginInfo::Property | ( | [in] AccPluginInfoProp | property, | |
| [in] xp_kvariant | value | |||
| ) | [set] |
Sets the specified property for a plugin.
| 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.
| HRESULT IAccPluginInfo::GetParameter | ( | [in] xp_kstr | name, | |
| [out, retval] xp_variant * | value | |||
| ) |
Gets a parameter from the plugin.xml file.