Re: An enumeration of network resources

2007-09-17 Thread Juan Lang
Hi Konstantin, > 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)? That's correct, this hasn't been implemented in Wine yet. Regards, --Juan

An enumeration of network resources

2007-09-14 Thread Konstantin Kondratyuk
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 func