WAIT_CONTEXT_BLOCK 结构 (wdm.h)
保留。 请勿使用。
语法
typedef struct _WAIT_CONTEXT_BLOCK {
union {
KDEVICE_QUEUE_ENTRY WaitQueueEntry;
struct {
LIST_ENTRY DmaWaitEntry;
ULONG NumberOfChannels;
ULONG SyncCallback : 1;
ULONG DmaContext : 1;
ULONG ZeroMapRegisters : 1;
ULONG Reserved : 9;
ULONG NumberOfRemapPages : 20;
};
};
PDRIVER_CONTROL DeviceRoutine;
PVOID DeviceContext;
ULONG NumberOfMapRegisters;
PVOID DeviceObject;
PVOID CurrentIrp;
PKDPC BufferChainingDpc;
} WAIT_CONTEXT_BLOCK, *PWAIT_CONTEXT_BLOCK;
成员
WaitQueueEntry
保留。 请勿使用。
DmaWaitEntry
保留。 请勿使用。
NumberOfChannels
保留。 请勿使用。
SyncCallback
保留。 请勿使用。
DmaContext
保留。 请勿使用。
ZeroMapRegisters
保留。 请勿使用。
Reserved
保留。 请勿使用。
NumberOfRemapPages
保留。 请勿使用。
DeviceRoutine
保留。 请勿使用。
DeviceContext
保留。 请勿使用。
NumberOfMapRegisters
保留。 请勿使用。
DeviceObject
保留。 请勿使用。
CurrentIrp
保留。 请勿使用。
BufferChainingDpc
保留。 请勿使用。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 10 版本 1809。 |
标头 | wdm.h |