Edit

Share via


MACHINE_INFO_FLAGS

Used to describe a machine.

Syntax

public enum enum_MACHINE_INFO_FLAGS { 
   MCIFLAG_TERMINAL_SERVICES_AVAILABLE = 0x00000001
};

Fields

MCIFLAG_TERMINAL_SERVICES_AVAILABLE
Indicates that terminal services are available.

Remarks

Used as the Flags member of the MACHINE_INFO structure.

Requirements

Header: msdbg.h

Namespace: Microsoft.VisualStudio.Debugger.Interop

Assembly: Microsoft.VisualStudio.Debugger.Interop.dll

See also