Fix parameters of ExAllocatePoolWithQuota and ExAllocatePoolWithQuotaTag

svn path=/trunk/; revision=43561
This commit is contained in:
Timo Kreuzer 2009-10-18 17:12:19 +00:00
parent c3565096d4
commit 125296305f

View file

@ -662,7 +662,7 @@ ExQueryPoolBlockSize(IN PVOID PoolBlock,
PVOID PVOID
NTAPI NTAPI
ExAllocatePoolWithQuota(IN POOL_TYPE PoolType, ExAllocatePoolWithQuota(IN POOL_TYPE PoolType,
IN ULONG NumberOfBytes) IN SIZE_T NumberOfBytes)
{ {
// //
// Allocate the pool // Allocate the pool
@ -693,7 +693,7 @@ ExAllocatePoolWithTagPriority(IN POOL_TYPE PoolType,
PVOID PVOID
NTAPI NTAPI
ExAllocatePoolWithQuotaTag(IN POOL_TYPE PoolType, ExAllocatePoolWithQuotaTag(IN POOL_TYPE PoolType,
IN ULONG NumberOfBytes, IN SIZE_T NumberOfBytes,
IN ULONG Tag) IN ULONG Tag)
{ {
// //