Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describes a particular machine.
typedef struct tagMACHINE_INFO { 
   MACHINE_INFO_FIELDS Fields;
   BSTR                bstrName;
   MACHINE_INFO_FLAGS  Flags;
} MACHINE_INFO;
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 IDebugCoreServer2::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 IDebugCoreServer2::GetMachineInfo method.
Requirements
Header: msdbg.h
Namespace: Microsoft.VisualStudio.Debugger.Interop
Assembly: Microsoft.VisualStudio.Debugger.Interop.dll