IComExceptionEvents::OnExceptionUser 方法 (comsvcs.h)
在使用者程式代碼中發生未處理的例外狀況時,為交易元件產生。
語法
HRESULT OnExceptionUser(
[in] COMSVCSEVENTINFO *pInfo,
[in] ULONG code,
[in] ULONG64 address,
[in] LPCOLESTR pszStackTrace
);
參數
[in] pInfo
COMSVCSEVENTINFO 結構的指標。
[in] code
例外狀況程序代碼。
[in] address
例外狀況的位址。
[in] pszStackTrace
堆疊追蹤。
傳回值
用戶會驗證這個方法的傳回值。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 2000 專業版 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows 2000 Server [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | comsvcs.h |