Compartir a través de


GUID_ARRAY

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

See Also

Concepts

Structures and Unions

IDebugProcess3::GetEngineFilter