Debugging Tools for Windows

SetSpecificFilterParameters

The SetSpecificFilterParameters method changes the break status and handling status for some specific event filters.

HRESULT
  IDebugControl::SetSpecificFilterParameters(
    IN ULONG  Start,
    IN ULONG  Count,
    IN DEBUG_SPECIFIC_FILTER_PARAMETERS *  Params
    );

Parameters

Start
Specifies the index of the first specific event filter whose parameters will be changed.
Count
Specifies the number of specific event filters whose parameters will be changed.
Params
Specifies an array of specific event filter parameters of type DEBUG_SPECIFIC_FILTER_PARAMETERS. Only the ExecutionOption and ContinueOption members are used. ExceptionOption specifies the new break status and ContinueOption specifies the new handling status.

Return Value

S_OK
The method was successful.

This method may also return error values. See Return Values for more details.

Interface Version

SetSpecificFilterParameters is available in all versions of IDebugControl.

Comments

For more information about event filters, see Event Filters.

Requirements

Headers: Defined in Dbgeng.h. Include Dbgeng.h.

See Also

sx, sxd, sxe, sxi, sxn (Set Exceptions), GetSpecificFilterParameters, SetExceptionFilterParameters

Build machine: CAPEBUILD