Debugging Tools for Windows |
The GetExceptionFilterParameters method returns the parameters for exception filters specified by exception codes or by index.
HRESULT
IDebugControl::GetExceptionFilterParameters(
IN ULONG Count,
IN OPTIONAL PULONG Codes,
IN ULONG Start,
OUT DEBUG_EXCEPTION_FILTER_PARAMETERS * Params
);
This method may also return error values. See Return Values for more details.
GetExceptionFilterParameters is available in all versions of IDebugControl.
For more information about event filters, see Event Filters.
Headers: Defined in Dbgeng.h. Include Dbgeng.h.
sx, sxd, sxe, sxi, sxn (Set Exceptions), SetExceptionFilterParameters, GetSpecificFilterParameters