McfSim.h 322 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 #ifndef _mcfsim_h_ #define _mcfsim_h_ #include "McfCommon.h" MINT McfSim_GetValidSim(MVOID); MINT McfSim_GetSimOperator(MINT simId); MINT McfSim_IsInFlightMode(MVOID); MVOID McfMisc_GetSimImsi(MINT simId, MCHAR * pImsi, MINT nSize); #endif