Share via


IPositionInfoCompletion::OnGetPositionInfoCompletion

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 OnGetPositionInfoCompletion callback routine returns the position information requested through the IOemCan::GetPositionInfo method.

Syntax

HRESULT OnGetPositionInfoCompletion(
    HRESULT result, 
    LPRILPOSITIONINFO lpPositionInfo, 
    INT_PTR context);

Parameters

  • result
    [in] Result code returned by the modem. Returns S_OK if successful.

  • lpPositionInfo
    [in] Pointer to the RILPOSITIONINFO structure containing the position 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

IPositionInfoCompletion

 

 

Send comments about this topic to Microsoft