S
Shalini
Hello Guys
My MmunMapLockedPages in IoCompletion routine is giving me Bugcheck B8 with
all the Args being NULL.
and moreever this happens only when the File system is NTFS.
Any ideas on how to proceed?
Has anyone come across these...
Sample code is as follows...
ASSERT((ewData->User)!=NULL);
ASSERT(Irp->MdlAddress!=NULL);
__try{
MmUnmapLockedPages(ewData->User, Irp->MdlAddress);
}
__except (EXCEPTION_EXECUTE_HANDLER)
{
KdPrint(("\nError in MmUnmapLockedPages"));
}
Regards
Shal
My MmunMapLockedPages in IoCompletion routine is giving me Bugcheck B8 with
all the Args being NULL.
and moreever this happens only when the File system is NTFS.
Any ideas on how to proceed?
Has anyone come across these...
Sample code is as follows...
ASSERT((ewData->User)!=NULL);
ASSERT(Irp->MdlAddress!=NULL);
__try{
MmUnmapLockedPages(ewData->User, Irp->MdlAddress);
}
__except (EXCEPTION_EXECUTE_HANDLER)
{
KdPrint(("\nError in MmUnmapLockedPages"));
}
Regards
Shal