IDebugControl4::SetSpecificFilterArgumentWide method (dbgeng.h)
The SetSpecificFilterArgumentWide method sets the value of filter argument for the specific filters that can have an argument.
Syntax
HRESULT SetSpecificFilterArgumentWide(
[in] ULONG Index,
[in] PCWSTR 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 |
---|---|
|
The method was successful. |
|
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) |