WDF_TASK_SEND_OPTIONS_FLAGS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-wdfcompaniontarget-_wdf_task_send_options_flags)

_WDF_TASK_SEND_OPTIONS_FLAGS enumeration

Description

For internal use only.

Constants

WDF_TASK_SEND_OPTION_TIMEOUT:0x00000001

WDF_TASK_SEND_OPTION_SYNCHRONOUS:0x00000002