RemoveVectoredContinueHandler 函式 (errhandlingapi.h)
取消註冊向量繼續處理常式。
語法
ULONG RemoveVectoredContinueHandler(
PVOID Handle
);
參數
Handle
先前使用 AddVectoredContinueHandler函式註冊之向量例外狀況處理常式的指標。
傳回值
如果函式成功,則傳回非零的值。
如果此函式失敗,則傳回值為零。
備註
若要編譯使用此函式的應用程式,請將_WIN32_WINNT巨集定義為0x0500或更新版本。 如需詳細資訊,請參閱 [/windows/desktop/WinProg/using-the-windows-headers] (使用 Windows 標頭) 。
需求
最低支援的用戶端 | Windows Vista、Windows XP Professional x64 Edition [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008、Windows Server 2003 SP1 [僅限桌面應用程式] |
目標平台 | Windows |
標頭 | errhandlingapi.h (包含 Windows.h) |
程式庫 | Kernel32.lib |
DLL | Kernel32.dll |