IDebugProgram2:: GetEngineInfo

获取运行此程序的调试引擎的名称 (DE)和 GUID。

HRESULT GetEngineInfo( 
   BSTR* pbstrEngine,
   GUID* pguidEngine
);
int GetEngineInfo( 
   out string pbstrEngine,
   out GUID   pguidEngine
);

参数

  • pbstrEngine
    [out] 返回运行此程序的 DE 的名称。

  • pguidEngine
    [out] 返回运行此程序的 DE 的 GUID。

返回值

如果成功,则返回; S_OK否则,返回错误代码。

备注

每个 DE 定义其确定自己的 GUID。

请参见

参考

IDebugProgram2