Let\'s say I have a drive such as C:\\, and I want to find out if it\'s shared and what it\'s share name (e.g. C$) is.
To find out if i
If all else fails, you could always use NetShareEnum and call NetShareGetInfo on each.