Share via


IPinLockStateCompletion::OnGetPinLockStateCompletion

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

Syntax

HRESULT OnGetPinLockStateCompletion(
    HRESULT result, 
    LPRILUICCLOCKSTATE pUICCLockState, 
    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.

  • pUICCLockState
    [in] Pointer to a RILUICCLOCKSTATE structure that contains the pinlock state.

  • length
    [in] Size of pUICCLockState in bytes.

  • context
    [in] Pointer to the context

Return values

Returns S_OK if the method was successful.

Remarks

Requirements

Header: Generated from CellularAPI_OEM.idl

IPinLockStateCompletion

IOemUiccApp::GetPinLockState

 

 

Send comments about this topic to Microsoft