An enumeration of network resources

Konstantin Kondratyuk kondratyuk at etersoft.ru
Fri Sep 14 03:26:58 CDT 2007


Hello!

I try to organize an enumeration of network resources by means of functions 
WNetOpenEnum and WNetEnumResource.

Function WNetOpenEnumW contains a line:
"
ret = providerTable->table[index].openEnum(
dwScope, dwType, dwUsage, lpNet, &handle);
"
which addresses to function in dll.

The information about loaded dll is absent in the wine registry. Whether it 
means, what there are no preparations of DLL's for work with a network 
(similar ntlanman.dll in Windows)?

-- 
Best regards,
Konstantin Kondratyuk.



More information about the wine-devel mailing list