Bagikan melalui


IOemUiccApp::GetIMSI

Warning  The Cellular COM API is deprecated in Windows 10. This content is provided to support maintenance of OEM and mobile operator created Windows Phone 8.1 applications.

 

This method returns the International Mobile Subscriber Identity (IMSI) from the application.

Syntax

HRESULT GetIMSI(
    IIMSICompletion *pCallback,
    INT_PTR context);

Parameters

  • pCallback
    [in] Pointer to the IIMSICompletion callback interface which is called to return the IMSI.

  • context
    [in] Pointer to the context

Return Value

Returns S_OK if successful

Remarks

Example

Requirements

Header: Generated from CellularAPI_OEM.idl

 

 

Send comments about this topic to Microsoft