mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 08:30:21 +00:00
[DDK]
Add MmAllocatePagesForMdlEx svn path=/trunk/; revision=44411
This commit is contained in:
parent
246ae043bc
commit
77bf990378
1 changed files with 13 additions and 0 deletions
|
@ -8968,6 +8968,19 @@ MmAllocatePagesForMdl(
|
|||
IN PHYSICAL_ADDRESS SkipBytes,
|
||||
IN SIZE_T TotalBytes);
|
||||
|
||||
#if (NTDDI_VERSION >= NTDDI_WS03SP1)
|
||||
NTKERNELAPI
|
||||
PMDL
|
||||
NTAPI
|
||||
MmAllocatePagesForMdlEx(
|
||||
IN PHYSICAL_ADDRESS LowAddress,
|
||||
IN PHYSICAL_ADDRESS HighAddress,
|
||||
IN PHYSICAL_ADDRESS SkipBytes,
|
||||
IN SIZE_T TotalBytes,
|
||||
IN MEMORY_CACHING_TYPE CacheType,
|
||||
IN ULONG Flags);
|
||||
#endif
|
||||
|
||||
NTKERNELAPI
|
||||
VOID
|
||||
NTAPI
|
||||
|
|
Loading…
Reference in a new issue