IDebugProgramPublisher2:: UnpublishProgram

某程序未提供进行调试。

HRESULT UnpublishProgram(
   IUnknown* pDebuggeeInterface
);
int UnpublishProgram(
   object pDebuggeeInterface
);

参数

返回值

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

备注

若要使程序提供调试引擎和会话调试管理器,请使用 IDebugProgramPublisher2:: PublishProgram 方法。

请参见

参考

IDebugProgramPublisher2

IDebugProgramPublisher2:: PublishProgram