Creating named events in S03

Hello,

I’m seeing some odd behavior with named event objects in Server 2003. I have a user-mode app that creates named event objects that do not appear in the base named objects listing (using winobj) in S03, although they do appear in XP and W2K. As a result my filter driver ends up creating event objects instead of opening the user-mode ones (using IoCreateNotificationObject). Anybody else experiencing this? Thanks for any help or advice.

-Mike

You are probably being bitten by sessions. This is going to get worse not
better, with things like Vista/Longhorn where services run in their own
session. If you have to use events, have the application call the driver
with the handle of the event.


Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
http://www.windrvr.com
Remove StopSpam from the email to reply

wrote in message news:xxxxx@ntfsd…
> Hello,
>
> I’m seeing some odd behavior with named event objects in Server 2003. I
> have a user-mode app that creates named event objects that do not appear
> in the base named objects listing (using winobj) in S03, although they do
> appear in XP and W2K. As a result my filter driver ends up creating event
> objects instead of opening the user-mode ones (using
> IoCreateNotificationObject). Anybody else experiencing this? Thanks for
> any help or advice.
>
> -Mike
>

Try creating nameless events and pass their handles to the driver using
some IOCTL.

Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
xxxxx@storagecraft.com
http://www.storagecraft.com

----- Original Message -----
From:
To: “Windows File Systems Devs Interest List”
Sent: Friday, July 28, 2006 6:32 PM
Subject: [ntfsd] Creating named events in S03

> Hello,
>
> I’m seeing some odd behavior with named event objects in Server 2003. I have
a user-mode app that creates named event objects that do not appear in the base
named objects listing (using winobj) in S03, although they do appear in XP and
W2K. As a result my filter driver ends up creating event objects instead of
opening the user-mode ones (using IoCreateNotificationObject). Anybody else
experiencing this? Thanks for any help or advice.
>
> -Mike
>
> —
> Questions? First check the IFS FAQ at
https://www.osronline.com/article.cfm?id=17
>
> You are currently subscribed to ntfsd as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com