// wdfcompaniontarget.h
typedef enum _WDF_TASK_SEND_OPTIONS_FLAGS {
WDF_TASK_SEND_OPTION_TIMEOUT = 0x00000001,
WDF_TASK_SEND_OPTION_SYNCHRONOUS = 0x00000002
} WDF_TASK_SEND_OPTIONS_FLAGS;
View the official Windows Driver Kit DDI referenceNo description available.
For internal use only.
WDF_TASK_SEND_OPTION_TIMEOUT:0x00000001WDF_TASK_SEND_OPTION_SYNCHRONOUS:0x00000002