tcomIDomainConfiguration Interface Reference

Domain configuration. More...

List of all members.

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.


Detailed Description

Domain configuration.

Object used to access domain configuration.


Member Function Documentation

HRESULT GetValue ( [in] VARIANT *  name,
[out, retval] VARIANT *  value 
)

Return value of the configuration item.

Parameters:
name name of the item
Return values:
value Return value of the item. Return error if requested item doesn't exists.

HRESULT SetValue ( [in] VARIANT *  name,
[in] VARIANT *  value 
)

Set configuration.

Parameters:
name name of the item
value value of the item


Generated on Thu Aug 27 12:37:14 2009 for Tahiti COM API