vote up 1 vote down star
1

I need to get a list of directories shared by the current computer, and their shared names. How do I do this in C++ / MFC?

flag

1 Answer

vote up 2 vote down check

You can use NetShareEnum, supplying NULL as the server name. You need to include Lm.h and add Netapi32.lib to the list of libraries linked,

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.