WDF_TASK_SEND_OPTIONS_FLAGS enumeración (wdfcompaniontarget.h)
Solo para uso interno.
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;
Constantes
WDF_TASK_SEND_OPTION_TIMEOUT Valor: 0x00000001 |
WDF_TASK_SEND_OPTION_SYNCHRONOUS Valor: 0x00000002 |
Requisitos
Requisito | Value |
---|---|
Versión mínima de KMDF | 1.23 |
Encabezado | wdfcompaniontarget.h |