Now nearly a year later after updating my client computer to windows7 64 Bit
and applying some security patches to the domain server I get the EXTENDED
error 1208 when trying to "WNetOpenEnum" a domain to which my user account on
the clientmachine isn't logged in.
Is it a security problem and do I have to use some DCOM security settings or
do I have to dive deep in the "access control entry" and authorization stuff?
When I compile the original MSDN sample I get the same error but suprisingly
this CSharp sample works without problems:
http://www.codeproject.com/KB/cs/csenumnetworkresources.aspx . The
codeproject CSharp sample uses the same logic as my C++ and the MSDN sample.
How does the CSharp runtime initialize the network functionality and how can
I get the MSDN sample get working?
best regards and many thanks in advance,
Uwe