|
-
Jun 28th, 2000, 01:13 AM
#2
this reply is a bit late, but I found the question when I searched for something similar. If you still need an answer, you can try the following:
According to the MSDN library, the error is network specific. You can call WNetGetLastError to get additional information about the specific error.
Public Declare Function WNetGetLastError Lib "mpr.dll" Alias "WNetGetLastErrorA" (lpError As Long, ByVal lpErrorBuf As String, ByVal nErrorBufSize As Long, ByVal lpNameBuf As String, ByVal nNameBufSize As Long) As Long
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|