Funktionen der Mobilfunk-COM-API

Warning

Die Mobilfunk-COM-API ist in Windows 10 veraltet. Diese Inhalte werden bereitgestellt, um die Wartung von OEM- und Mobilfunkanbietern zu unterstützen, die Windows Phone 8.1-Anwendungen erstellt haben.

Damit die Mobilfunk-APIs ausgeführt werden können, müssen funktionen der Paketdatei hinzugefügt werden, die die Mobilfunkanwendung enthält. Fügen Sie für jede Methode, die Ihre Anwendung aufruft, die erforderliche Funktion ein.

Für alle zellulären COM-Schnittstellenmethoden ist die ID_CAP_CELL_API_COMMON-Funktion erforderlich. Zusätzliche Funktionsanforderungen sind wie folgt:

Method Funktionen zusätzlich zu ID_CAP_CELL_API_COMMON
IOemCellularModem::SendModemOpaqueCommand ID_CAP_CELL_API_OEM_PASSTHROUGH
IOemCellularModem::RegisterForOpaqueModemNotifications ID_CAP_CELL_API_OEM_PASSTHROUGH
IOemCellularModem::UnRegisterForOpaqueModemNotifications ID_CAP_CELL_API_OEM_PASSTHROUGH
IOemCellularModem::SetRFState ID_CAP_CELL_API_OEM_PASSTHROUGH
IOemCellularModem::GetRFState ID_CAP_CELL_API_OEM_PASSTHROUGH
IOemCan::GetPositionInfo ID_CAP_CELL_API_LOCATION
IOemUiccApp::GetAppId ID_CAP_CELL_API_UICC
IOemUiccApp::GetType ID_CAP_CELL_API_UICC
IOemUiccApp::GetPinLockState ID_CAP_CELL_API_UICC
IOemUiccApp::ReadRecord ID_CAP_CELL_API_UICC, ID_CAP_CELL_API_UICC_LOWLEVEL
IOemUiccApp::WriteRecord ID_CAP_CELL_API_UICC, ID_CAP_CELL_API_UICC_LOWLEVEL
IOemUiccApp::GetRecordStatusOnFilePath ID_CAP_CELL_API_UICC
IOemUiccApp::ReadRecordOnFilePath ID_CAP_CELL_API_UICC, ID_CAP_CELL_API_UICC_LOWLEVEL
IOemUiccApp::WriteRecordOnFilePath ID_CAP_CELL_API_UICC, ID_CAP_CELL_API_UICC_LOWLEVEL
IOemUiccApp::GetIMSI ID_CAP_CELL_API_UICC
IOemUiccApp::GetSIDNID ID_CAP_CELL_API_UICC, ID_CAP_CELL_API_UICC_LOWLEVEL
IOemUiccApp::GetSubscriberNumbers ID_CAP_CELL_API_UICC
IOemUiccAppEx2::GetNAI ID_CAP_CELL_API_UICC

Entwurfshandbuch für die Mobilfunk-COM-API

Mobilfunk-COM-API-Referenz