File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/extensibility/debugger/reference Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ Retrieves a description of the machine the core server is running on.
22
22
## Syntax
23
23
24
24
``` cpp
25
- HRESULT GetInfo (
25
+ HRESULT GetMachineInfo (
26
26
MACHINE_INFO_FIELDS Fields,
27
27
MACHINE_INFO* pMachineInfo
28
28
);
29
29
```
30
30
31
31
``` csharp
32
- int GetInfo (
32
+ int GetMachineInfo (
33
33
enum_ MACHINE_INFO_FIELDS Fields ,
34
34
MACHINE_INFO [] pMachineInfo
35
35
);
@@ -48,4 +48,4 @@ int GetInfo(
48
48
## See Also
49
49
[ IDebugCoreServer2] ( ../../../extensibility/debugger/reference/idebugcoreserver2.md )
50
50
[ MACHINE_INFO_FIELDS] ( ../../../extensibility/debugger/reference/machine-info-fields.md )
51
- [ MACHINE_INFO] ( ../../../extensibility/debugger/reference/machine-info.md )
51
+ [ MACHINE_INFO] ( ../../../extensibility/debugger/reference/machine-info.md )
You can’t perform that action at this time.
0 commit comments