Re: ReadFile() fails on hardware RAID disk.How to detect that disk
- From: "Volodymyr Shcherbyna" <v_scherbina@xxxxxxxxxxxxxxx>
- Date: Fri, 14 Dec 2007 13:51:00 +0100
Another hint - a handle to file (device). Does it remains the same at
different levels of code? It's a common mistake to declare handle in stack,
then make corruption of stack, and then the handle get's overwritten, so
ReadFile can complain on handle value ...
--
Volodymyr
"Zeeshan" <Zeeshan@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:337D2085-7D0F-4725-851D-357584B02B9C@xxxxxxxxxxxxxxxx
HI Volodymyr ,
Thanx for the response. Let me tell u i used all methods to allocate
memory
and checked the pointer as well as memory in memory watch....nothing was
wrong.
Any body know about detecting RAID disk in windows?
.
- References:
- Re: ReadFile() fails on hardware RAID disk.How to detect that disk is
- From: Volodymyr Shcherbyna
- Re: ReadFile() fails on hardware RAID disk.How to detect that disk is
- Prev by Date: Re: ETW UnregisterTraceGuids doesnt work unless you kill the process
- Next by Date: Re: Hooking questions
- Previous by thread: Re: ReadFile() fails on hardware RAID disk.How to detect that disk is
- Next by thread: Re: ReadFile() fails on hardware RAID disk.How to detect that disk
- Index(es):
Relevant Pages
|