ISdoMachine::GetOSType method (sdoias.h)

The GetOSType method retrieves the type of operating system running on the SDO computer.

Syntax

HRESULT GetOSType(
  [out] IASOSTYPE *eOSType
);

Parameters

[out] eOSType

Pointer to an IASOSTYPE variable that receives the type of the operating system on the SDO computer.

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

IASOSTYPE

ISdoMachine

ISdoMachine::Attach