共用方式為


ISimpleModemCompletion::OnFinished

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.

 

A callback method that returns the result of an asynchronous modem operation.

Syntax

virtual HRESULT STDMETHODCALLTYPE OnFinished( 
    HRESULT result,
    INT_PTR context
) = 0;

Parameters

  • result
    [in] The result of the modem operation

  • context
    [in] Pointer to the context

Return values

Returns S_OK if the method was successful.

Requirements

Header: Generated from CellularAPI_OEM.idl

IOem3GPPSupServices

 

 

Send comments about this topic to Microsoft