Share via


ISubscriberNumbersCompletion::OnGetSubscriberNumbersCompletion

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 OnGetSubscriberNumbersCompletion method is called after the IOemUiccApp::GetSubscriberNumbers method has completed execution.

Syntax

HRESULT OnGetSubscriberNumbersCompletion(
    HRESULT result, 
    LPRILUICCSUBSCRIBERNUMBERS pSubscriberNumbers, 
    DWORD length, 
    INT_PTR context);

Parameters

  • result
    [in] Result code returned by the modem. Returns S_OK if successful. Otherwise, returns an appropriate RILERRORCODES value.

  • pSubscriberNumbers
    [in] Pointer to the subscriber numbers list.

  • length
    [in] The length of the subscriber numbers list.

  • context
    [in] Pointer to the context.

Return values

Returns S_OK if the method was successful.

Remarks

Requirements

Header: Generated from CellularAPI_OEM.idl

ISubscriberNumbersCompletion

 

 

Send comments about this topic to Microsoft