Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 |
|---|---|
|
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) |