Object Namespace

I have a driver that needs to share a section and a couple of events to a
user-mode process. In my particular situation, I do not want to use IOCTL
interfaces. The driver is a virtual Storport miniport driver.

In order to access a named object in user-mode, it appears that the object
name must reside in \BasenamedObjects, however, when my driver loads,
BaseNamedObjects does not yet exist.

Where can I create the object name so that I can later access the named
objects from user-mode?


Jamey Kirby
Disrupting the establishment since 1964

*This is a personal email account and as such, emails are not subject to
archiving. Nothing else really matters.*

OK, it looks like the solution is to create the object in \GLOBAL??