Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Syntax
struct RILSUBSCRIBERINFO {
DWORD cbSize;
DWORD dwParams;
RILADDRESS raAddress;
WCHAR wszDescription[MAXLENGTH_DESCRIPTION];
RILSUBSCRIBERINFOSERVICE dwService;
};
Members
cbSize
The size of the structure in bytes.
dwParams
A bitwise combination of RILSUBSCRIBERINFOPARAMMASK 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.
raAddress
Phone number of the subscriber line, of type RILADDRESSTYPE.
wszDescription[256]
Text description of the subscriber line.
dwService
Specifies the service related to the subscriber phone number, of type RILSUBSCRIBERINFOSERVICE.
Requirements
Requirement | Value |
---|---|
Header | ntddrilapitypes.h (include Rilapitypes.h, Ntddrilapitypes.h) |