Declaration

Visual C#:

int GetSMSCapacity(int SMSMemory);

Visual C++:

long GetSMSCapacity(long SMSMemory);

Visual Basic:

Private Sub GetSMSCapacity(ByVal SMSMemory As Integer) As Integer

Delphi:

function GetSMSCapacity(SMSMemory : Integer) : Integer;

Parameters

SMSMemory

1 :

SIM card memory

2 :

Phone memory

Return Value

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

Remarks

Get available locations of specified SMS memory.

See Also GetSMSBusy