IDebugControl2::SetSpecificFilterArgument method (dbgeng.h)

The SetSpecificFilterArgument method sets the value of filter argument for the specific filters that can have an argument.

Syntax

HRESULT SetSpecificFilterArgument(
  [in] ULONG Index,
  [in] PCSTR Argument
);

Parameters

[in] Index

Specifies the index of the specific filter whose argument will be set. Index must be the index of a specific filter that has an argument.

[in] Argument

Specifies the argument for the specific filter. The interpretation of this argument depends on the specific filter.

Return value

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

Return code Description
S_OK
The method was successful.
E_INVALIDARG
Index does not refer to a specific filter that has an argument.

Remarks

For a list of specific filters that have argument and the interpretation of those arguments, see Event Filters.

Requirements

Requirement Value
Target Platform Desktop
Header dbgeng.h (include Dbgeng.h)

See also

GetSpecificFilterArgument

IDebugControl

IDebugControl2

IDebugControl3

sx, sxd, sxe, sxi, sxn (Set Exceptions)