简体   繁体   中英

C++ Network Programming with Active Directory

i seeking for a way to get from the active directory via username the full path of the user network drive, in c++.

dose anybody know function that will help me with this ?

thanks,

Take a look into ADSI , as it a set of COM interfaces, this is easily useable in a C++ application.

This link shows a sample of getting the username, so it shouldn't be a huge leap to get other information on the user.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM