Retreiving MCC (Mobile Country Code)

Hi,

Is there a way i can retreive MCC (Mobile Country Code) programmatically on WindowsMobile APIs

http://en.wikipedia.org/wiki/List_of_mobile_country_codes

Thanks in advance.

Best Regards,

-Renato




Answer this question

Retreiving MCC (Mobile Country Code)

  • nizmo

    thanks, though i haven't tried RIL yet. =)

  • DroopyMsdn

    The information can be accessed using Radio Inerface Layer services. There is one structure RILOPERATORNAMES that can be used. This structure has a member szCountryCode (http://msdn2.microsoft.com/en-us/library/aa918004.aspx) that can be used to extract MCC. But to use RIL services, you need to enable RIL based Application development when generating SDK.

  • Retreiving MCC (Mobile Country Code)