Declaration

Visual C#:

int GetSMSBusy(int SMSMemory);

Visual C++:

long GetSMSBusy(long SMSMemory);

Visual Basic:

Private Sub GetSMSBusy(ByVal SMSMemory As Integer) As Integer

Delphi:

function GetSMSBusy(SMSMemory : Integer) : Integer;

Parameters

SMSMemory

   1 :  SIM card SMS memory.

   2 :  Phone SMS memory.

Return Value

Return used locations if the operation was successful; otherwise return Error Code;

Remarks

Get used locations of specified memory.

See Also GetSMSCapacity