หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Describes the computer on which the debugger is running.
Syntax
public struct COMPUTER_INFO
{
public ushort wProcessorArchitecture;
public ushort wSuiteMask;
public uint dwOperatingSystemVersion;
}
Members
wProcessorArchitecture
Identifies the architecture of the microprocessor.
wSuiteMask
Identifies the suite mask.
dwOperatingSystemVersion
Operating system version number.
Remarks
This structure is returned by the GetComputerInfo method.
Requirements
Header: Msdbg.h
Namespace: Microsoft.VisualStudio.Debugger.Interop
Assembly: Microsoft.VisualStudio.Debugger.Interop.dll