RILUICCFILELOCKSTATUS structure (ntddrilapitypes.h)
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.
Syntax
struct RILUICCFILELOCKSTATUS {
DWORD cbSize;
DWORD dwParams;
RILUICCFILELOCKSTATUSACCESSCONDITION dwAccessCondition;
BYTE bPinRef[MAXNUM_PINREF];
};
Members
cbSize
The size of the structure in bytes.
dwParams
A bitwise combination of RILUICCFILELOCKSTATUSPARAMMASK enumeration values that indicates which members of the structure contain valid data. A member of the structure is valid if the corresponding bit flag is set.
dwAccessCondition
Specifies the access condition for the file. These values correspond to those specified in ETSI TS 102 221 section 9.5.1. The access condition should be one of RILUICCFILELOCKSTATUSACCESSCONDITION.
bPinRef[8]
A byte array specifying the application PIN references made by this application (keys for PIN1 and PIN2).
Requirements
Requirement | Value |
---|---|
Header | ntddrilapitypes.h (include Rilapitypes.h, Ntddrilapitypes.h) |