Share via


ICanInfoCompletion::OnGetInfoCompletion

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 OnGetInfoCompletion callback method is called after Can information has changed.

Syntax

HRESULT OnGetInfoCompletion(
    HRESULT result, 
    const WCHAR *value
    INT_PTR context);

Parameters

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

  • value
    [in] The character string that contains the Can information.

  • context
    [in] Pointer to the context

Return values

Returns S_OK if the method was successful.

Remarks

Requirements

Header: Generated from CellularAPI_OEM.idl

ICanInfoCompletion

IOemCan::GetInfo

 

 

Send comments about this topic to Microsoft