IMEI Function Reference

sIMSI

IMEI Function Reference

This function retrieves the device's IMSI number.

<DllImport("SapphireIMEI.dll")> _
Public Sub sIMSI(ByVal sIMSI As String, ByVal hInstance As Integer, ByVal lLicence As Integer)
End Sub

Parameters

  sIMSI
    A string variable used to return the IMSI number.
  hInstance
    An integer value of the instance to the application form.
  lLicence
    An integer specifying the Sapphire IMEI licence number.

Return Values

  None