RILCAPSLOCKINGPWDLENGTH (Compact 2013)
3/26/2014
This structure defines the maximum length for the locking passwords.
Syntax
typedef struct rilcapslockingpwdlength_tag {
DWORD cbSize;
DWORD dwParams;
DWORD dwFacility;
DWORD dwPasswordLength;
} RILCAPSLOCKINGPWDLENGTH, *LPRILCAPSLOCKINGPWDLENGTH;
Members
- cbSize
Size of the structure, in bytes.
- dwParams
Indicates which members of the structure contain valid data. Must be one or a combination of the RILCAPSLOCKINGPWDLENGTH Parameter Constants.
- dwFacility
The facility information of the password. Must be one of the Caps Phone Lock Constants.
- dwPasswordLength
Maximum password length.
Requirements
Header |
ril.h |
See Also
Reference
RIL Structures
RIL_GetDevCaps
RILCAPSLOCKINGPWDLENGTH Parameter Constants
Caps Phone Lock Constants