RILSUBSCRIBERINFO structure (ntddrilapitypes.h)

Warning  The Cellular COM API is deprecated in Windows 10. This content is provided to support maintenance of OEM and mobile operator created Windows Phone 8.1 applications.
 
This structure represents RILSUBSCRIBERINFO.

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)

See also

Cellular COM structures