The information in this article applies to:
SYMPTOMS
WNetGetUser always succeeds on Windows 95, no matter what value you include
for the lpName parameter. As long as you pass a valid pointer to the
string, the function will succeed and will set the lpUserName parameter to
the name of the person that logged into the system.
The function will return NO_ERROR (Zero) indicating that it was successful,
even though there is no drive letter or other path, and the szName
parameter will receive the user's logged in name.
According to the documentation the function should return one of two other errors:
-or-
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. We are researching this bug and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATIONTo work around this issue, first test to see if the drive letter or UNC path exists. Use GetDriveType for local drive letters and WNetOpenEnum for UNC paths. Steps to Reproduce Behavior
Additional query words:
Keywords : kbnetwork kbAPI kbSDKPlatform kbWinOS95 kbWNet kbGrpNet |
Last Reviewed: January 13, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |