Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to force reconnection of a network mapped drive?
Message
From
04/11/2002 07:54:51
 
 
To
04/11/2002 03:16:01
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00713586
Message ID:
00718430
Views:
22
Pardon me for butting in Nancy, but shouldn't that be:
DECLARE INTEGER WNetRestoreConnectionW IN Win32API  ;
	INTEGER hwndParent, STRING lpDevice
Alan

>George-
>
>>Um, a SWAG. Look at WNetRestoreConnectionW() in the networking SDK.
>
>I think that's a brilliant SWAG *g*. Unfortunately I'm being far from brilliant. Here's the MSDN syntax:
>
>
DWORD WNetRestoreConnectionW(
>  HWND hwndParent,
>  LPCWSTR lpDevice
>);
>
>Here's my Fox declare statement.
DECLARE INTEGER WNetRestoreConnectionW IN Win32API  ;
>	INTEGER hwndParent, INTEGER lpDevice
>
>I'd like to call it with two null parameters since I want it to reconnect all possible drives for the logged in user, but I'm being totally brain dead on how to call the API function. I've tried NULL, 0's, and clicking my heels three times. NULL gives me Data Type mismatch (no huge suprise there). Any suggestions < ducks blow from Mr. Rauh> gratefully received.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform