RILDIALINFO
A version of this page is also available for
4/8/2010
This structure stores ring information.
Syntax
typedef struct {
DWORD cbSize;
DWORD dwParams;
HRESULT hrCmdId;
DWORD dwCallId;
} RILDIALINFO;
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 |
Windows Embedded CE | Windows CE .NET 4.2 and later |
See Also
Reference
Notification Call Control Constants
RILDIALINFO Parameter Constants