नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
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