RAS Function Reference

sLOCGetLocation

RAS Function Reference

This function retrieves a specified location details.

<DllImport("SapphireRAS.dll")> _
Public Function sLOCGetLocation(ByVal lNumber As Integer, ByVal sLocations As String) As Integer
End Function

Parameters

  lNumber
    An integer number representing the location to retrieve the details from.
  sLocations
    A string variable used to store the list of location properties separated by the bar (|) character.

Return Values

  Returns a number indicating success or failure where 0 is successful. Use sRASErrMsg to get a string version of the error message.