RILCAPSBARRINGPWDLENGTH (Compact 2013)
3/26/2014
This structure defines the maximum length for the barring passwords.
Syntax
typedef struct rilcapsbarringpwdlength_tag {
DWORD cbSize;
DWORD dwParams;
DWORD dwType;
DWORD dwPasswordLength;
} RILCAPSBARRINGPWDLENGTH, *LPRILCAPSBARRINGPWDLENGTH;
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 RILCAPSBARRINGPWDLENGTH Parameter Constants.
- dwType
Type of password. This value must be one of the Caps Call Barring Constants.
- dwPasswordLength
Maximum password length.
Requirements
Header |
ril.h |
See Also
Reference
RIL Structures
RIL_GetDevCaps
Caps Call Barring Constants
RILCAPSBARRINGPWDLENGTH Parameter Constants