Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
A version of this page is also available for
4/8/2010
This structure defines the information associated with the caller ID or dialed number.
Syntax
typedef struct { DWORD cbSize; DWORD dwParams; RILADDRESS raAddress; RILSUBADDRESS rsaSubAddress; WCHAR wszDescription[MAXLENGTH_DESCRIPTION]; DWORD dwValidity; } RILREMOTEPARTYINFO; |
Members
- cbSize
-
Structure size, in bytes.
- dwParams
-
Specifies valid parameters. Must be one or a combination of the RILREMOTEPARTYINFOparameter constants.
- raAddress
-
Phone number of the remote party of the call.
- rsaSubAddress
-
Subaddress of the remote party of the call, if applicable.
- wszDescription[MAXLENGTH_DESCRIPTION]
-
String type representation of the phone number corresponding to the entry in the radio phonebook, if applicable.
- dwValidity
-
Specifies the validity of remote party information. Must be one of the remote party constants.
Requirements
Header | ril.h |
Windows Embedded CE | Windows CE .NET 4.2 and later |