Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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) |