IOemUiccChange::UiccIccId
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.
The UiccIccID method returns a list of UICC ICCIDs.
Syntax
HRESULT UiccIccID(
BYTE *iccID,
DWORD length,
IUICC* pUicc);
Parameters
iccID
[in] Pointer to the list of UICC iccIDs.length
[in] The list size.pUicc
[in] Pointer to the list of IOemUicc objects that represents the UICCs associated with the IDs.
Return values
Returns S_OK if the method was successful.
Remarks
Requirements
Header: Generated from CellularAPI_OEM.idl
Related topics