http://www.hackerxfiles.com/soft/index.asp?page=2
http://www.hi-hoo.com/down/sort.asp?typeid=57

解决方案 »

  1.   

    不知楼主说的是否是我过去的作品netscan,现在已经更名成netaccess 了http://www.zpcity.com/arli/?project=TrueControl.NetAccess大致的API如下:[DllImport("netapi32.dll", EntryPoint="NetServerGetInfo", CharSet=CharSet.Auto)]
    [DllImport("mpr.dll", EntryPoint="WNetAddConnection2", CharSet=CharSet.Auto)]
    [DllImport("mpr.dll", EntryPoint="WNetCancelConnection2", CharSet=CharSet.Auto)]
    [DllImport("Netapi32.dll", EntryPoint="NetRemoteTOD", CharSet=CharSet.Auto)]
    [DllImport("Netapi32.dll", EntryPoint="NetShareEnum", CharSet=CharSet.Auto)]
    [DllImport("Svrapi.dll", EntryPoint="NetShareEnum", CharSet=CharSet.Auto)] //win9x
    [DllImport("Netapi32.dll", EntryPoint="NetQueryDisplayInformation", CharSet=CharSet.Auto)]
    [DllImport("Netapi32.dll", EntryPoint="NetLocalGroupEnum", CharSet=CharSet.Auto)]
    [DllImport("Netapi32.dll", EntryPoint="NetSessionEnum", CharSet=CharSet.Auto)]