COMPUTER_INFO
Popisuje počítač, na kterém je ladicí program spuštěný.
Syntaxe
public struct COMPUTER_INFO
{
public ushort wProcessorArchitecture;
public ushort wSuiteMask;
public uint dwOperatingSystemVersion;
}
Členové
wProcessorArchitecture
Identifikuje architekturu mikroprocesoru.
wSuiteMask
Identifikuje masku sady.
dwOperatingSystemVersion
Číslo verze operačního systému.
Poznámky
Tato struktura je vrácena GetComputerInfo metoda.
Požadavky
Hlavička: Msdbg.h
Obor názvů: Microsoft.VisualStudio.Debugger.Interop
Sestavení: Microsoft.VisualStudio.Debugger.Interop.dll