หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
The DEBUG_SPECIFIC_FILTER_PARAMETERS structure contains the parameters for a specific event filter.
Syntax
typedef struct _DEBUG_SPECIFIC_FILTER_PARAMETERS {
ULONG ExecutionOption;
ULONG ContinueOption;
ULONG TextSize;
ULONG CommandSize;
ULONG ArgumentSize;
} DEBUG_SPECIFIC_FILTER_PARAMETERS, *PDEBUG_SPECIFIC_FILTER_PARAMETERS;
Members
ExecutionOption
The break status of the specific event filter. For possible values, see DEBUG_FILTER_XXX.
ContinueOption
The handling status of the specific event filter. For possible values, see DEBUG_FILTER_XXX.
TextSize
The size, in characters (including the terminator), of the name of the specific event filter.
CommandSize
The size, in characters, of the command (including the terminator), to execute when the event occurs.
ArgumentSize
Specifies the size, in characters, of the specific event filter argument. This size includes the NULL terminator. If the specific event filter does not take an argument, ArgumentSize is zero.
Requirements
Requirement | Value |
---|---|
Header | dbgeng.h (include DbgEng.h) |