IMEI Function Reference

sIMSI

IMEI Function Reference

This function retrieves the device's IMSI number.

Declare Sub sIMSI Lib "SapphireIMEI.dll" (ByVal sIMSI As String, ByVal hInstance As Long, ByVal lLicence As Long)

Parameters

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

Return Values

  None