|
sLOCSetCurrent
RAS Function Reference
This function sets the current dialing location.
<DllImport("SapphireRAS.dll")> _
Public Function sLOCSetCurrent(ByVal lNumber As Integer) As Integer
End Function |
Parameters
| |
lNumber |
| |
|
An integer referencing the dialing location to set as the current. |
Return Values
| |
Returns a number indicating success or failure where 0 is successful.
Use sRASErrMsg to get a string version
of the error message. |
|