MDL 結構 (wdm.h)
MDL 結構是部分不透明的結構,代表記憶體描述元清單 (MDL)。
語法
typedef struct _MDL {
struct _MDL *Next;
CSHORT Size;
CSHORT MdlFlags;
struct _EPROCESS *Process;
PVOID MappedSystemVa;
PVOID StartVa;
ULONG ByteCount;
ULONG ByteOffset;
} MDL, *PMDL;
成員
Next
MDL 鏈結中下一個 MDL 的指標。 如需 MDL 鏈結的詳細資訊,請參閱使用 MDL 。
Size
MdlFlags
Process
MappedSystemVa
StartVa
ByteCount
ByteOffset
言論
MDL 描述實體記憶體中虛擬記憶體緩衝區的配置。 如需詳細資訊,請參閱使用 MDL 。
要求
要求 | 價值 |
---|---|
標頭 | wdm.h (包括 Wdm.h、Ntddk.h、Ntifs.h) |