Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For internal use only.
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;
Constants
WDF_TASK_SEND_OPTION_TIMEOUT Value: 0x00000001 |
WDF_TASK_SEND_OPTION_SYNCHRONOUS Value: 0x00000002 |
Requirements
Requirement | Value |
---|---|
Minimum KMDF version | 1.23 |
Header | wdfcompaniontarget.h |