Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
UNC -- Universal Naming Code
Message
From
24/02/1999 07:55:40
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00190705
Message ID:
00190882
Views:
9
>Where can I find the documentation on WNetAddConnection()?

Basically on the MSDN disk that ships with VS6

IAC you can decalare and call it as follows :
DECLARE Integer WNetAddConnection in win32api String ,String ,String 
WNetAddConnection('\\bisis\rd_data','','J:')
The 1st string is the remote device
The 2nd string the password
The 3rd string it the local name

HTH,

Arnon
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform