Edit

Share via


GUID_ARRAY

Describes an array of unique identifiers for available debug engines.

Syntax

public struct GUID_ARRAY
{
    public uint dwCount;
    public Guid Members;
}

Members

dwCount
Number of unique identifiers in the array.

Members
Array that contains unique identifiers.

Remarks

This structure is returned by the GetEngineFilter method.

Requirements

Header: Msdbg.h

Namespace: Microsoft.VisualStudio.Debugger.Interop

Assembly: Microsoft.VisualStudio.Debugger.Interop.dll

See also