IOemUiccApp::GetPinLockState
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 GetPinLockState method retrieves the pin lock state of the UICC.
Syntax
HRESULT GetPinLockState(
IPinLockStateCompletion *pCallback,
INT_PTR context);
Parameters
pCallback
[in] Pointer to the IPinLockStateCompletion callback interface that is called to return the results of the get pin lock state request.context
[in] Pointer to the context.
Return values
Returns S_OK if the method was successful.
Remarks
Requirements
Header: Generated from CellularAPI_OEM.idl
Related topics