|
-
Oct 12th, 2001, 07:27 AM
#1
Network Neighborhood Functions.
I am looking for any API functions to give me information related to Network Neighborhood...
-
Oct 12th, 2001, 09:28 AM
#2
CoInitialize
SHBrowseForFolder
SHGetPathFromIDList
SHGetSpecialFolderLocation
CoUnInitialize
What you need to do is invoke the browse for folder dialog of the shell. The BROWSEINFO structure returns node names, path, and file information.
MSDN and your MSDN disk have samples of doing this. Look for browsing or browse for folder dialog
-
Oct 12th, 2001, 12:55 PM
#3
This isn't what I am looking for...
One thing I would like to know is if a specific drive is being shared or not... local... not a remote share...
Another thing how do I retrieve the names of computers on a domain.
I dont want to browse for them...
-
Oct 12th, 2001, 02:46 PM
#4
NetServerEnum (api) works for the NT family not Win9X.
MSDN has sample code.
-
Oct 12th, 2001, 09:15 PM
#5
PowerPoster
What about the whole Winsock API calls?
-
Oct 12th, 2001, 10:04 PM
#6
Winsock os for making connections and moving data. I think he wants enumeration functions.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|