MACHINE_INFO_FLAGS

Used to describe a machine.

enum enum_MACHINE_INFO_FLAGS { 
   MCIFLAG_TERMINAL_SERVICES_AVAILABLE = 0x00000001
};
typedef DWORD MACHINE_INFO_FLAGS;
public enum enum_MACHINE_INFO_FLAGS { 
   MCIFLAG_TERMINAL_SERVICES_AVAILABLE = 0x00000001
};

Members

  • 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

Reference

Enumerations (Visual Studio Debugging)

MACHINE_INFO_FIELDS