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
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