named objects from service
-
How do I open a named object (memory mapping) created in a service from a user session app? prefixing with "Global\" ?
-
How do I open a named object (memory mapping) created in a service from a user session app? prefixing with "Global\" ?
See OpenFileMapping()[^] If you're not using Terminal Services, as the above link states, then "Global\" would be ignored.
"The greatest danger to humanity is humanity without an open mind."
- Ian Mariano - http://www.ian-space.com/ -
See OpenFileMapping()[^] If you're not using Terminal Services, as the above link states, then "Global\" would be ignored.
"The greatest danger to humanity is humanity without an open mind."
- Ian Mariano - http://www.ian-space.com/ian mariano wrote: If you're not using Terminal Services, as the above link states, then "Global\" would be ignored. ...unless you are running on NT4. There the global prefix would cause an error! -- Daniel Lohmann http://www.losoft.de (Hey, this page is worth looking! You can find some free and handy NT tools there :-D )