IMEI Function Reference

sIMEI

IMEI Function Reference

This function retrieves the device's IMEI number.

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

Parameters

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

Return Values

  None