Debugging Tools for Windows |
The SetExceptionFilterParameters method changes the break status and handling status for some exception filters.
HRESULT
IDebugControl::SetExceptionFilterParameters(
IN ULONG Count,
IN DEBUG_EXCEPTION_FILTER_PARAMETERS * Params
);
If the value of the ExceptionOption field is DEBUG_FILTER_REMOVE and the exception filter is an arbitrary exception filter, the exception filter will be removed.
This method may also return error values. See Return Values for more details.
SetExceptionFilterParameters is available in all versions of IDebugControl.
For each of the exception filter parameters in Params, if the exception, identified by exception code, already has a filter (specific or arbitrary), that filter will be changed. Otherwise, a new arbitrary exception filter will be added for the exception.
For more information about event filters, see Event Filters.
Headers: Defined in Dbgeng.h. Include Dbgeng.h.
sx, sxd, sxe, sxi, sxn (Set Exceptions), GetExceptionFilterParameters, SetSpecificFilterParameters