Share via


IClusCfgCreateClusterWizard::ServiceAccountDomain property

[This property is available for use only in Windows Server 2003.]

Sets or retrieves the domain name in the cluster service account.

This property is read/write.

Syntax

HRESULT put_ServiceAccountDomain(
   BSTR bstrServiceAccountDomainIn
);

HRESULT get_ServiceAccountDomain(
   BSTR *pbstrServiceAccountDomainOut
);

Property value

String that contains the value to set to the domain name in the cluster service account. The default value is the local computer account domain.

Error codes

If the property access methods get_ServiceAccountName and put_ServiceAccountName succeed, they return S_OK. Any other HRESULT value indicates that the call failed.

Requirements

Minimum supported client

None supported

Minimum supported server

Windows Server 2003

End of server support

Windows Server 2003

IDL

ClusCfgWizard.idl

DLL

ClCfgSrv.dll

IID

IID_IClusCfgCreateClusterWizard is defined as F65C6990-A144-4127-AB6E-3712B75F1843

See also

IClusCfgCreateClusterWizard

ServiceAccountName

ServiceAccountPassword