IMEI Function Reference

sIMEI

IMEI Function Reference

This function retrieves the device's IMEI number.

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

Parameters

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

Return Values

  None