Edit

Share via


MACHINE_INFO

Describes a particular machine.

Syntax

public struct MACHINE_INFO { 
   public uint   Fields;
   public string bstrName;
   public uint   Flags;
};

Members

Fields
A combination of flags from the MACHINE_INFO_FIELDS enumeration that specify which fields of the structure are initialized.

bstrName
The machine name. Equivalent to calling GetMachineName.

Flags
A combination of flags from the MACHINE_INFO_FLAGS enumeration describing the machine attributes.

Remarks

This structure is returned by a call to the GetMachineInfo method.

Requirements

Header: msdbg.h

Namespace: Microsoft.VisualStudio.Debugger.Interop

Assembly: Microsoft.VisualStudio.Debugger.Interop.dll

See also