Results 1 to 6 of 6

Thread: Network Neighborhood Functions.

  1. #1
    amac
    Guest

    Network Neighborhood Functions.

    I am looking for any API functions to give me information related to Network Neighborhood...

  2. #2
    jim mcnamara
    Guest
    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

  3. #3
    amac
    Guest
    SHBrowseForFolder
    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...

  4. #4
    jim mcnamara
    Guest
    NetServerEnum (api) works for the NT family not Win9X.

    MSDN has sample code.

  5. #5
    PowerPoster abdul's Avatar
    Join Date
    Dec 2000
    Location
    Ontario,Canada
    Posts
    2,827
    What about the whole Winsock API calls?
    Baaaaaaaaah

  6. #6
    jim mcnamara
    Guest
    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
  •  



Click Here to Expand Forum to Full Width