File tree Expand file tree Collapse file tree 1 file changed +42
-42
lines changed
docs/extensibility/debugger/reference Expand file tree Collapse file tree 1 file changed +42
-42
lines changed Original file line number Diff line number Diff line change 2
2
title : " GUID_ARRAY | Microsoft Docs"
3
3
ms.date : " 11/04/2016"
4
4
ms.topic : " conceptual"
5
- helpviewer_keywords :
5
+ helpviewer_keywords :
6
6
- " GUID_ARRAY structure"
7
7
ms.assetid : 9e12500c-2c1c-49b1-a0ba-e08366c97eb8
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
# GUID_ARRAY
15
- Describes an array of unique identifiers for available debug engines.
16
-
17
- ## Syntax
18
-
19
- ``` cpp
20
- typedef struct tagGUID_ARRAY
21
- {
22
- DWORD dwCount;
23
- GUID * Members;
24
- } GUID_ARRAY;
25
- ```
26
-
27
- ``` csharp
28
- public struct GUID_ARRAY
29
- {
30
- public uint dwCount ;
31
- public Guid Members ;
32
- }
33
- ```
34
-
35
- ## Terms
36
- dwCount
37
- Number of unique identifiers in the array.
38
-
39
- Members
40
- Array that contains unique identifiers.
41
-
42
- ## Remarks
43
- This structure is returned by the [ GetEngineFilter] ( ../../../extensibility/debugger/reference/idebugprocess3-getenginefilter.md ) method.
44
-
45
- ## Requirements
46
- Header: Msdbg.h
47
-
48
- Namespace: Microsoft.VisualStudio.Debugger.Interop
49
-
50
- Assembly: Microsoft.VisualStudio.Debugger.Interop.dll
51
-
52
- ## See Also
53
- [ Structures and Unions] ( ../../../extensibility/debugger/reference/structures-and-unions.md )
54
- [ GetEngineFilter] ( ../../../extensibility/debugger/reference/idebugprocess3-getenginefilter.md )
15
+ Describes an array of unique identifiers for available debug engines.
16
+
17
+ ## Syntax
18
+
19
+ ``` cpp
20
+ typedef struct tagGUID_ARRAY
21
+ {
22
+ DWORD dwCount;
23
+ GUID *Members;
24
+ } GUID_ARRAY;
25
+ ```
26
+
27
+ ``` csharp
28
+ public struct GUID_ARRAY
29
+ {
30
+ public uint dwCount ;
31
+ public Guid Members ;
32
+ }
33
+ ```
34
+
35
+ ## Terms
36
+ dwCount
37
+ Number of unique identifiers in the array.
38
+
39
+ Members
40
+ Array that contains unique identifiers.
41
+
42
+ ## Remarks
43
+ This structure is returned by the [ GetEngineFilter] ( ../../../extensibility/debugger/reference/idebugprocess3-getenginefilter.md ) method.
44
+
45
+ ## Requirements
46
+ Header: Msdbg.h
47
+
48
+ Namespace: Microsoft.VisualStudio.Debugger.Interop
49
+
50
+ Assembly: Microsoft.VisualStudio.Debugger.Interop.dll
51
+
52
+ ## See Also
53
+ [ Structures and Unions] ( ../../../extensibility/debugger/reference/structures-and-unions.md )
54
+ [ GetEngineFilter] ( ../../../extensibility/debugger/reference/idebugprocess3-getenginefilter.md )
You can’t perform that action at this time.
0 commit comments