BSOB under 9x.

Hi,people!

Maybe, some of you could know about this.

I have a driver like filemon under win9x, but I process files befor
I call previous driver. I need to get long file name and I use code
like this

ALLREGS Registers;

Registers.REAX = 0x7160;
Registers.RECX=0x8002;
Registers.RESI=(DWORD)ShortName;
Registers.REDI=(DWORD)LongName;

Exec_VxD_Int(0x21, &Registers);

For some files it works, but for some files it leeds to BSOB (function
returns to zero address). I’ve tryed to use R0_FindFirstFile inside
the “while” cicleto get the full path name inside the “while” cicle,
but I have the same effect. Without this code driver works perfectly.
What’s wrong?


You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com