Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The GetSpecificFilterParameters method returns the parameters for specific event filters.
Syntax
HRESULT GetSpecificFilterParameters(
[in] ULONG Start,
[in] ULONG Count,
[out] PDEBUG_SPECIFIC_FILTER_PARAMETERS Params
);
Parameters
[in] Start
Specifies the index of the first specific event filter whose parameters will be returned.
[in] Count
Specifies the number of specific event filters to return parameters for.
[out] Params
Receives the parameters for the specific event filters. Params is an array of elements of type DEBUG_SPECIFIC_FILTER_PARAMETERS.
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) |