调用,在处理不被截取的异常完成。
HRESULT GetInterceptCookie(
UINT64* pqwCookie
);
int GetInterceptCookie(
out ulong pqwCookie
);
参数
- pqwCookie
[out] 关联,以及截获的唯一值。
返回值
如果成功,则返回; S_OK否则返回错误代码。
备注
在 IDebugStackFrame3:: InterceptCurrentException 方法完成处理已截获的异常后,它发送 IDebugInterceptExceptionCompleteEvent2 事件。 处理程序可以使用 GetInterceptCookie 方法检索单个值都具有关联的异常 (同一个值传递给 InterceptCurrentException方法)。