Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describes an array of unique identifiers for available debug engines.
typedef struct tagGUID_ARRAY
{
   DWORD dwCount;
   GUID *Members;
} GUID_ARRAY;
public struct GUID_ARRAY
{
   public uint dwCount;
   public Guid Members;
}
Terms
- dwCount 
 Number of unique identifiers in the array.
- Members 
 Array that contains unique identifiers.
Remarks
This structure is returned by the IDebugProcess3::GetEngineFilter method.
Requirements
Header: Msdbg.h
Namespace: Microsoft.VisualStudio.Debugger.Interop
Assembly: Microsoft.VisualStudio.Debugger.Interop.dll