ISdoMachine::GetDomainType method (sdoias.h)

The GetDomainType retrieves the type of domain in which the SDO computer resides.

Syntax

HRESULT GetDomainType(
  [out] IASDOMAINTYPE *eDomainType
);

Parameters

[out] eDomainType

Pointer to an IASDOMAINTYPE variable that receives the type of the domain in which the SDO computer resides.

Return value

If the method succeeds the return value is S_OK.

If the method fails, the return value is one of the following error codes.

Remarks

Before calling this method, use the ISdoMachine::Attach method to attach to the SDO computer.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows ServerĀ 2008
Target Platform Windows
Header sdoias.h
DLL Iassdo.dll

See also

IASDOMAINTYPE

ISdoMachine

ISdoMachine::Attach