Skip to content

Commit b41156f

Browse files
authored
Merge pull request #2510 from changeworld/patch-4
Delete unnecessary spaces
2 parents 12468ac + 429ae9c commit b41156f

File tree

1 file changed

+47
-47
lines changed

1 file changed

+47
-47
lines changed

docs/extensibility/debugger/reference/computer-info.md

Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -2,58 +2,58 @@
22
title: "COMPUTER_INFO | Microsoft Docs"
33
ms.date: "11/04/2016"
44
ms.topic: "conceptual"
5-
helpviewer_keywords:
5+
helpviewer_keywords:
66
- "COMPUTER_INFO structure"
77
ms.assetid: 943085b2-f165-462d-9a4e-2086f0cdfff4
88
author: "gregvanl"
99
ms.author: "gregvanl"
1010
manager: jillfra
11-
ms.workload:
11+
ms.workload:
1212
- "vssdk"
1313
---
1414
# 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

Comments
 (0)