|
After the above statement is completed, it can be called as follows:
local lcICNo As String, lcSickerName As String
Local lnSickerCode As Integer, lnResult As Integer
Store Space (255) To lcICNo, lcSickerName&&&
lnSickerCode = 125452
lnResult = GetICCardInfo (@ lcICNo, lnSickerCode, @ lcSickerName)
If lnResult> 0
&&OK
Else
&&Error
EndIf
///////////////////////////////////////////////////////// ///////////////////////
In Delphi, this function accepts parameters, populates them and returns them to the caller |
|