Bagikan melalui


IGetNAICompletion::OnGetNAICompletion

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.

 

Note  This feature is available in Windows Phone 8 GDR2, but it might not be available yet in Windows Phone 8.1.

 

The OnGetNAICompletion method is called after IOemUiccAppEx2::GetNAI has completed execution.

Syntax

HRESULT OnGetNAICompletion(
    HRESULT result,
    const LPRILNAI rilNai,
    INT_PTR context);

Parameters

  • result
    [in] Results of the modem operation. Returns S_OK if successful.

  • rilNai
    [in] Pointer to a RILNAI structure that contains the NAI information.

  • context
    [in] Pointer to the context.

Return value

Returns S_OK if successful.

Remarks

Requirements

Header: Generated from CellularAPI_OEM.idl

 

 

Send comments about this topic to Microsoft