Declaration

Visual C#:

string GetNetworkInfo();

Visual C++:

CString GetNetworkInfo();

Visual Basic:

Private Sub GetNetworkInfo As String

Delphi:

function GetNetworkInfo : String;

Return Value

Return the network code and name if the operation was successful; otherwise return empty.

Remarks

Read the current network information. The first five digits are the country code and the provider code. The following string is provider name.

See Also