描述数组可用的唯一标识符调试引擎。
typedef struct tagGUID_ARRAY
{
DWORD dwCount;
GUID *Members;
} GUID_ARRAY;
public struct GUID_ARRAY
{
public uint dwCount;
public Guid Members;
}
术语
dwCount
唯一标识符的数字数组中。成员
对包含唯一标识符。
备注
此 framework 使用 IDebugProcess3:: GetEngineFilter 方法返回。
要求
标题:Msdbg.h
命名空间:Microsoft.VisualStudio.Debugger.Interop
程序集:Microsoft.VisualStudio.Debugger.Interop.dll