Hi all,
I am working on virtual disk currently.
I create a symbolic link of disk by using DefineDosDevices API, and then create a virtual disk. But in the WinObj tool, I can’t see the symbolic link ‘H:’ in ‘GLOBAL??’ directory, I can only see it under the directory of '\Session\DosDevices'.
I browsed MSDN and found that only if DefineDosDevice running on the localsystem context, the symbolic name it created can display under ‘GLOBAL’ directory.
So how to let my application running in the localsystem context ? or there is any other solution to let symbolic link display under ‘GLOBAL’ directory?
Thanks very much ! For Everyone!