RILDIALINFO (Compact 2013)
3/26/2014
This structure stores ring information.
Syntax
typedef struct rildialinfo_tag {
DWORD cbSize;
DWORD dwParams;
HRESULT hrCmdId;
DWORD dwCallId;
} RILDIALINFO, *LPRILDIALINFO;
Members
- cbSize
Structure size in bytes.
- dwParams
Specifies valid parameters. Must be one or a combination of the RILDIALINFO Parameter Constants.
- hrCmdId
Handle of call being dialed.
- dwCallId
Specifies the ID of the call being dialed.
Remarks
After a call is dialed, the radio sends a RIL_NOTIFY_DIAL notification with a RILDIALINFO structure. This structure can be used by TAPI to retrieve the RIL call ID of the new dialed call.
Requirements
Header |
ril.h |
See Also
Reference
RIL Structures
Notification Call Control Constants
RILDIALINFO Parameter Constants