|
2 | 2 | title: "COMPUTER_INFO | Microsoft Docs"
|
3 | 3 | ms.date: "11/04/2016"
|
4 | 4 | ms.topic: "conceptual"
|
5 |
| -helpviewer_keywords: |
| 5 | +helpviewer_keywords: |
6 | 6 | - "COMPUTER_INFO structure"
|
7 | 7 | ms.assetid: 943085b2-f165-462d-9a4e-2086f0cdfff4
|
8 | 8 | author: "gregvanl"
|
9 | 9 | ms.author: "gregvanl"
|
10 | 10 | manager: jillfra
|
11 |
| -ms.workload: |
| 11 | +ms.workload: |
12 | 12 | - "vssdk"
|
13 | 13 | ---
|
14 | 14 | # COMPUTER_INFO
|
15 |
| -Describes the computer on which the debugger is running. |
16 |
| - |
17 |
| -## Syntax |
18 |
| - |
19 |
| -```cpp |
20 |
| -typedef struct tagCOMPUTER_INFO |
21 |
| -{ |
22 |
| - WORD wProcessorArchitecture; |
23 |
| - WORD wSuiteMask; |
24 |
| - DWORD dwOperatingSystemVersion; |
25 |
| -} COMPUTER_INFO; |
26 |
| -``` |
27 |
| - |
28 |
| -```csharp |
29 |
| -public struct COMPUTER_INFO |
30 |
| -{ |
31 |
| - public ushort wProcessorArchitecture; |
32 |
| - public ushort wSuiteMask; |
33 |
| - public uint dwOperatingSystemVersion; |
34 |
| -} |
35 |
| -``` |
36 |
| - |
37 |
| -## Terms |
38 |
| - wProcessorArchitecture |
39 |
| - Identifies the architecture of the microprocessor. |
40 |
| - |
41 |
| - wSuiteMask |
42 |
| - Identifies the suite mask. |
43 |
| - |
44 |
| - dwOperatingSystemVersion |
45 |
| - Operating system version number. |
46 |
| - |
47 |
| -## Remarks |
48 |
| - This structure is returned by the [GetComputerInfo](../../../extensibility/debugger/reference/idebugwindowscomputerport2-getcomputerinfo.md) method. |
49 |
| - |
50 |
| -## Requirements |
51 |
| - Header: Msdbg.h |
52 |
| - |
53 |
| - Namespace: Microsoft.VisualStudio.Debugger.Interop |
54 |
| - |
55 |
| - Assembly: Microsoft.VisualStudio.Debugger.Interop.dll |
56 |
| - |
57 |
| -## See Also |
58 |
| - [Structures and Unions](../../../extensibility/debugger/reference/structures-and-unions.md) |
59 |
| - [GetComputerInfo](../../../extensibility/debugger/reference/idebugwindowscomputerport2-getcomputerinfo.md) |
| 15 | +Describes the computer on which the debugger is running. |
| 16 | + |
| 17 | +## Syntax |
| 18 | + |
| 19 | +```cpp |
| 20 | +typedef struct tagCOMPUTER_INFO |
| 21 | +{ |
| 22 | + WORD wProcessorArchitecture; |
| 23 | + WORD wSuiteMask; |
| 24 | + DWORD dwOperatingSystemVersion; |
| 25 | +} COMPUTER_INFO; |
| 26 | +``` |
| 27 | + |
| 28 | +```csharp |
| 29 | +public struct COMPUTER_INFO |
| 30 | +{ |
| 31 | + public ushort wProcessorArchitecture; |
| 32 | + public ushort wSuiteMask; |
| 33 | + public uint dwOperatingSystemVersion; |
| 34 | +} |
| 35 | +``` |
| 36 | + |
| 37 | +## Terms |
| 38 | +wProcessorArchitecture |
| 39 | +Identifies the architecture of the microprocessor. |
| 40 | + |
| 41 | +wSuiteMask |
| 42 | +Identifies the suite mask. |
| 43 | + |
| 44 | +dwOperatingSystemVersion |
| 45 | +Operating system version number. |
| 46 | + |
| 47 | +## Remarks |
| 48 | +This structure is returned by the [GetComputerInfo](../../../extensibility/debugger/reference/idebugwindowscomputerport2-getcomputerinfo.md) method. |
| 49 | + |
| 50 | +## Requirements |
| 51 | +Header: Msdbg.h |
| 52 | + |
| 53 | +Namespace: Microsoft.VisualStudio.Debugger.Interop |
| 54 | + |
| 55 | +Assembly: Microsoft.VisualStudio.Debugger.Interop.dll |
| 56 | + |
| 57 | +## See Also |
| 58 | +[Structures and Unions](../../../extensibility/debugger/reference/structures-and-unions.md) |
| 59 | +[GetComputerInfo](../../../extensibility/debugger/reference/idebugwindowscomputerport2-getcomputerinfo.md) |
0 commit comments