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.
- dwParams
Indicates which members of the structure contain valid data. Must be one or a combination of the RILSUBADDRESS Parameter Constants.
- dwType
Type of subaddress. Must be one of the Subaddress Type Constants.
- 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