RAS Function Reference

sLOCGetLocation

RAS Function Reference

This function retrieves a specified location details.

Declare Function sLOCGetLocation Lib "SapphireRAS.dll" (ByVal lNumber As Long, ByVal sLocations As String) As Long

Parameters

  lNumber
    A long 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.