Share via


RILSUBADDRESS (Compact 2013)

3/26/2014

This structure stores the subaddress of a called party.

Syntax

typedef struct rilsubaddress_tag {
  DWORD cbSize;
  DWORD dwParams;
  DWORD dwType;
  WCHAR wszSubAddress[MAXLENGTH_SUBADDR];
} RILSUBADDRESS, *LPRILSUBADDRESS;

Members

  • cbSize
    Size of the structure, in bytes.
  • wszSubAddress[MAXLENGTH_SUBADDR]
    Subaddress. For information on the MAXLENGTH_SUBADDR constant, see Maximum Lengths Constants.

Requirements

Header

ril.h

See Also

Reference

RIL Structures
Maximum Lengths Constants
RIL_TransferCall
RILSUBADDRESS Parameter Constants
Subaddress Type Constants