I want to show my users (and myself) what their privileges are and give them the ability to elevate their privilege (or get someone else to) before running the MakeSymbolicLink command.
The equivalent command line command (mklink) requires elevation of permissions. I want to give my users lots of functional shortcuts through a thick next of directories. The links span disks and remote file systems.
WHat is the programmatic (c# or C++) canonical way to dig out security settings an privilage for a particular user while logged in ?