Hi folks,
I’m working with some code that uses ExAllocatePoolWithQuota(NonPagedPool),
and I just want to confirm a behavioral difference for this API between NT4 and
Win2000. The 2000 DDK says that this function will toss an exception if it
fails. The NT4 DDK says it will just return NULL on failure. Does anyone know
for sure that this description for NT4 is accurate?
Sincerely,
Chris Myers
Senior Project Engineer
Quatech, Inc.
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
IIRC tossing exceptions from ExAllocatexxx is governed by the first parameter which can be ORed with a “generate exception” flag.
Max
----- Original Message -----
From: “Chris Myers”
To: “NT Developers Interest List”
Sent: Monday, October 15, 2001 5:37 PM
Subject: [ntdev] ExAllocatePoolWithQuota on NT4 and 2000
> Hi folks,
>
> I’m working with some code that uses ExAllocatePoolWithQuota(NonPagedPool),
> and I just want to confirm a behavioral difference for this API between NT4 and
> Win2000. The 2000 DDK says that this function will toss an exception if it
> fails. The NT4 DDK says it will just return NULL on failure. Does anyone know
> for sure that this description for NT4 is accurate?
>
> Sincerely,
>
> Chris Myers
> Senior Project Engineer
> Quatech, Inc.
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>
—
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com