IDebugControl3::SetSpecificFilterParameters method (dbgeng.h)
The SetSpecificFilterParameters method changes the break status and handling status for some specific event filters.
Syntax
HRESULT SetSpecificFilterParameters(
[in] ULONG Start,
[in] ULONG Count,
[in] PDEBUG_SPECIFIC_FILTER_PARAMETERS Params
);
Parameters
[in] Start
Specifies the index of the first specific event filter whose parameters will be changed.
[in] Count
Specifies the number of specific event filters whose parameters will be changed.
[in] 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
This method may also return error values. See Return Values for more details.
Return code | Description |
---|---|
|
The method was successful. |
Remarks
For more information about event filters, see Event Filters.
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | dbgeng.h (include Dbgeng.h) |