Debugging Tools for Windows |
The SetSpecificFilterArgument and SetSpecificFilterArgumentWide methods set the value of filter argument for the specific filters that can have an argument.
HRESULT
IDebugControl::SetSpecificFilterArgument(
IN ULONG Index,
IN PCSTR Argument
);
HRESULT
IDebugControl3::SetSpecificFilterArgumentWide(
IN ULONG Index,
IN PCWSTR Argument
);
#ifdef UNICODE
#define SetSpecificFilterArgumentT SetSpecificFilterArgumentWide
#else
#define SetSpecificFilterArgumentT SetSpecificFilterArgument
#endif
This method may also return error values. See Return Values for more details.
SetSpecificFilterArgument is available in all versions of IDebugControl. SetSpecificFilterArgumentWide is available in IDebugControl3 and later versions.
For a list of specific filters that have argument and the interpretation of those arguments, see Event Filters.
Headers: Defined in Dbgeng.h. Include Dbgeng.h.
sx, sxd, sxe, sxi, sxn (Set Exceptions), GetSpecificFilterArgument