I am getting an exception STATUS_WORKING_SET_QUOTA
when I call MmProbeAndLockPages. My buffer size is of sise 64K.
How this problem should be handled?
Thanks
Soni
I am getting an exception STATUS_WORKING_SET_QUOTA
when I call MmProbeAndLockPages. My buffer size is of sise 64K.
How this problem should be handled?
Thanks
Soni
>STATUS_WORKING_SET_QUOTA
I think you forgot to unlock the locked pages( check MmProbeAndLockPages and
MmUnlockPages ) this results in the pages frames’ reference count overflow.
–
Slava Imameyev, xxxxx@hotmail.com
wrote in message news:xxxxx@ntdev…
>I am getting an exception STATUS_WORKING_SET_QUOTA
> when I call MmProbeAndLockPages. My buffer size is of sise 64K.
>
> How this problem should be handled?
>
> Thanks
> Soni
>
>