Public Member Functions | |
HRESULT | GetValue ([in] VARIANT *name,[out, retval] VARIANT *value) |
Return value of the configuration item. | |
HRESULT | SetValue ([in] VARIANT *name,[in] VARIANT *value) |
Set configuration. |
Object used to access domain configuration.
HRESULT GetValue | ( | [in] VARIANT * | name, | |
[out, retval] VARIANT * | value | |||
) |
Return value of the configuration item.
name | name of the item |
value | Return value of the item. Return error if requested item doesn't exists. |
HRESULT SetValue | ( | [in] VARIANT * | name, | |
[in] VARIANT * | value | |||
) |
Set configuration.
name | name of the item | |
value | value of the item |