[get]
[get]
[set]
| typedef enum IAccCommand::AccCommandFlags IAccCommand::AccCommandFlags |
Values for AccCommandProp_Flags.
| typedef enum IAccCommand::AccCommandProp IAccCommand::AccCommandProp |
Properties for the Property method.
Properties for the Property method.
| HRESULT IAccCommand::QueryStatus | ( | [in] xp_kvariant | usernames, | |
| [out, retval] xp_vbool * | enabled | |||
| ) |
Indicates whether this command could be executed on certain user(s). If an error is returned, or "enabled" is false, the command would not be allowed, so it should be disabled in the user interface.
| HRESULT IAccCommand::Exec | ( | [in] xp_kvariant | usernames | ) |
Executes the command on the specified users.
xp_int IAccCommand::Id [get] |
Gets command id.
| xp_variant IAccCommand::Property( [in] AccCommandProp property) | ( | [in] AccCommandProp | property | ) | [get] |
Gets the specified property for a command.
| xp_kvariant IAccCommand::Property( [in] AccCommandProp property) | ( | [in] AccCommandProp | property | ) | [set] |
Sets the specified property for a command.