Hi folks,
In my program, i used the WNetEnumResource API to enumerate the network resources. It works fine in other operating systems (Windows Server 2003 and Windows 2000). But when i run the program in Windows Server 2008. The WNetEnumResource returned error:
The error code is:1208 (ERROR_EXTENDED_ERROR).
And i used the WNetGetLastError to get detail error code. The extended error code is 6118, which means "The list of servers for this workgroup is not currently available." What could be the cause of this problem?
Thanks very much.