Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Return Codes when using the API to Map Drives
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00142147
Message ID:
00142217
Views:
34
>1326 is:
>
>//
>// MessageId: ERROR_LOGON_FAILURE
>//
>// MessageText:
>//
>//  Logon failure: unknown user name or bad password.
>//
>#define ERROR_LOGON_FAILURE              1326L
>
>
>and 21 is:
>
>
>//
>// MessageId: ERROR_NOT_READY
>//
>// MessageText:
>//
>//  The device is not ready.
>//
>#define ERROR_NOT_READY                  21L
>
>
>These are defined in WINERROR.H in Microsoft's VC++; it can be found in the INCLUDE subdirectory.
>

Thanks for the info... This will definitely help me determine what is happening. Also, since I have VS 6, I now know where to look for the information next time. :-)

Thanks again,
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform