Share via


RILCONNECTINFO

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This structure defines options related to a connect notification.

Syntax

typedef struct {
  DWORD cbSize;
  DWORD dwParams;
  DWORD dwCallType;
  DWORD dwBaudRate;
} RILCONNECTINFO;

Members

  • cbSize
    Structure size, in bytes.
  • dwParams
    Specifies valid parameters. Must be one or a combination of the RILCONNECTINFO parameter constants.
  • dwCallType
    Specifies whether a call is a voice or a data call. Must be one of the call type constants.
  • dwBaudRate
    Specifies the baud rate of the new connection. This is valid for data connections only.

Requirements

Header ril.h
Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Reference

Notification Call Control Constants
RILCONNECTINFO Parameter Constants
Call Type Constants