Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Describes the computer on which the debugger is running.
typedef struct tagCOMPUTER_INFO
{
WORD wProcessorArchitecture;
WORD wSuiteMask;
DWORD dwOperatingSystemVersion;
} COMPUTER_INFO;
public struct COMPUTER_INFO
{
public ushort wProcessorArchitecture;
public ushort wSuiteMask;
public uint dwOperatingSystemVersion;
}
Terms
wProcessorArchitecture
Identifies the architecture of the microprocessor.wSuiteMask
Identifies the suite mask.dwOperatingSystemVersion
Operating system version number.
Remarks
This structure is returned by the IDebugWindowsComputerPort2::GetComputerInfo method.
Requirements
Header: Msdbg.h
Namespace: Microsoft.VisualStudio.Debugger.Interop
Assembly: Microsoft.VisualStudio.Debugger.Interop.dll