Results 1 to 2 of 2

Thread: want APi in win98

  1. #1
    parekh_mehul
    Guest

    Question want APi in win98

    i want Api function which i used to get all the computer connect to server.i have one that is netGroupEnum. but it is Win NT supported.so If any body know same functionality with win98 supported ples. suggest me.

  2. #2
    Addicted Member
    Join Date
    Mar 2001
    Posts
    157
    These are two Win98 API's which may be usefull:

    VB Code:
    1. Public Declare Function WNetEnumResource Lib "mpr.dll" Alias "WNetEnumResourceA" (ByVal hEnum As Long, lpcCount As Long, lpBuffer As NETRESOURCE, lpBufferSize As Long) As Long
    2. Public Declare Function WNetOpenEnum Lib "mpr.dll" Alias "WNetOpenEnumA" (ByVal dwScope As Long, ByVal dwType As Long, ByVal dwUsage As Long, lpNetResource As Any, lphEnum As Long) As Long

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