|
sPBSetWorkInternet
RAS Function Reference
This function sets the devices work or Internet dial-up settings.
| Declare Function sPBSetWorkInternet
Lib "SapphireRAS.dll" (ByVal
lNumber As Long) As
Long |
Parameters
| |
lNumber |
| |
|
A long specifying the work or Internet option. 1 = Work, 2 = Internet. |
Return Values
| |
Returns a number indicating success or failure where 0 is successful.
Use sRASErrMsg to get a string version
of the error message. |
|