RILCAPSBARRINGPWDLENGTH
A version of this page is also available for
4/8/2010
This structure defines the maximum length for the barring passwords.
Syntax
typedef struct {
DWORD cbSize;
DWORD dwParams;
DWORD dwType;
DWORD dwPasswordLength;
} RILCAPSBARRINGPWDLENGTH;
Members
- cbSize
Structure size, in bytes.
- dwParams
Specifies valid parameters. Must be one or a combination of the RILCAPSBARRINGPWDLENGTH parameter constants.
- dwType
Specifies the type of password. This value must be one of the caps call barring constants.
- dwPasswordLength
Specifies the maximum password length.
Requirements
Header | ril.h |
Windows Embedded CE | Windows CE .NET 4.2 and later |
See Also
Reference
RIL_GetDevCaps
Caps Call Barring Constants
RILCAPSBARRINGPWDLENGTH Parameter Constants