共用方式為


RemoveVectoredContinueHandler 函式 (errhandlingapi.h)

取消註冊向量繼續處理常式。

語法

ULONG RemoveVectoredContinueHandler(
  PVOID Handle
);

參數

Handle

先前使用 AddVectoredContinueHandler 函式註冊的向量例外狀況處理常式的指標。

返回值

如果函式成功,則傳回值為非零值。

如果函式失敗,傳回值為零。

備註

若要編譯使用此函式的應用程式,請將_WIN32_WINNT巨集定義為0x0500或更新版本。 如需詳細資訊,請參閱 使用 Windows 標頭

需求

Requirement 價值觀
最低支援的用戶端 Windows Vista、Windows XP 專業版 x64 版 [僅限桌面應用程式]
支援的最低伺服器 Windows Server 2008、Windows Server 2003 SP1 [僅限傳統型應用程式]
目標平臺 窗戶
Header errhandlingapi.h (包括 Windows.h)
Library Kernel32.lib
DLL Kernel32.dll

另請參閱

AddVectoredContinueHandler 函式向量異常狀況處理