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
NTAPI
ExAllocatePoolWithQuota(IN POOL_TYPE PoolType,
IN ULONG NumberOfBytes)
IN SIZE_T NumberOfBytes)
{
//
// Allocate the pool
@ -693,7 +693,7 @@ ExAllocatePoolWithTagPriority(IN POOL_TYPE PoolType,
PVOID
NTAPI
ExAllocatePoolWithQuotaTag(IN POOL_TYPE PoolType,
IN ULONG NumberOfBytes,
IN SIZE_T NumberOfBytes,
IN ULONG Tag)
{
//