描述特定计算机。
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;
};
成员
Fields
指定标志的组合。 MACHINE_INFO_FIELDS 枚举结构的哪些字段初始化。bstrName
计算机名称。 调用 IDebugCoreServer2:: GetMachineName等效。Flags
标志的组合。描述设备特性的 MACHINE_INFO_FLAGS 枚举的。
备注
此结构通过对 IDebugCoreServer2:: GetMachineInfo 方法的调用返回。
要求
标题:msdbg.h
命名空间:Microsoft.VisualStudio.Debugger.Interop
程序集:Microsoft.VisualStudio.Debugger.Interop.dll