Debugging Tools for Windows

GetSpecificFilterParameters

The GetSpecificFilterParameters method returns the parameters for specific event filters.

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

Parameters

Start
Specifies the index of the first specific event filter whose parameters will be returned.
Count
Specifies the number of specific event filters to return parameters for.
Params
Receives the parameters for the specific event filters. Params is an array of elements of type DEBUG_SPECIFIC_FILTER_PARAMETERS.

Return Value

S_OK
The method was successful.

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

Interface Version

GetSpecificFilterParameters 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), SetSpecificFilterParameters, GetExceptionFilterParameters

Build machine: CAPEBUILD