waitforsingleobject in Windows 98

Hi All.

Is there support for waitforsingleobject in Windows 98 for file system
filter drivers ( hooking file I/O).

Any information is helpful.

Thanks,
Kedar.

…Yes… But only difference is in Kernel-mode rotuine(KeWaitForSingleObject)that will return the bogus value 0xFFFFFFFF if the blocked thread terminates during the wait, even if the call specifies FALSE for the alertable parameter.

–Cheers
K.Raju

-----Original Message-----
From: Kedar [mailto:xxxxx@hotmail.com]
Sent: Wednesday, May 26, 2004 11:35 AM
To: Windows File Systems Devs Interest List
Subject: [ntfsd] waitforsingleobject in Windows 98

Hi All.

Is there support for waitforsingleobject in Windows 98 for file system
filter drivers ( hooking file I/O).

Any information is helpful.

Thanks,
Kedar.


Questions? First check the IFS FAQ at https://www.osronline.com/article.cfm?id=17

You are currently subscribed to ntfsd as: xxxxx@inquesttechnologies.com
To unsubscribe send a blank email to xxxxx@lists.osr.com

If you’re trying to wait during file I/O for a user-mode response (regardless of
whether from just your app that returns directly or waits for user input), you’ll
deadlock the system.

Kedar wrote:

Hi All.

Is there support for waitforsingleobject in Windows 98 for file system
filter drivers ( hooking file I/O).

Any information is helpful.

Thanks,
Kedar.


Questions? First check the IFS FAQ at https://www.osronline.com/article.cfm?id=17

You are currently subscribed to ntfsd as: xxxxx@alfasp.com
To unsubscribe send a blank email to xxxxx@lists.osr.com


Kind regards, Dejan M. MVP for DDK
http://www.alfasp.com E-mail: xxxxx@alfasp.com
Alfa Transparent File Encryptor - Transparent file encryption services.
Alfa File Protector - File protection and hiding library for Win32 developers.
Alfa File Monitor - File monitoring library for Win32 developers.