WDF_TASK_SEND_OPTIONS_FLAGS-Enumeration (wdfcompaniontarget.h)
Nur zur internen Verwendung.
Syntax
typedef enum _WDF_TASK_SEND_OPTIONS_FLAGS {
WDF_TASK_SEND_OPTION_TIMEOUT = 0x00000001,
WDF_TASK_SEND_OPTION_SYNCHRONOUS = 0x00000002
} WDF_TASK_SEND_OPTIONS_FLAGS;
Konstanten
WDF_TASK_SEND_OPTION_TIMEOUT Wert: 0x00000001 |
WDF_TASK_SEND_OPTION_SYNCHRONOUS Wert: 0x00000002 |
Anforderungen
Anforderung | Wert |
---|---|
KMDF-Mindestversion | 1.23 |
Kopfzeile | wdfcompaniontarget.h |