Share via


RILVGCSVBSCALLINFO (Windows Embedded CE 6.0)

1/6/2010

This structure represents the information for voice group call or voice broadcast call.

Syntax

typedef struct {
  DWORD cbSize;
  DWORD dwParams;
  DWORD dwService;
  WCHAR wszGID[MAXLENGTH_GROUPID];
  WCHAR wszGCA[MAXLENGTH_GROUPCALLAREA];
  DWORD dwStatus;
  DWORD dwDirection;
  BOOL fACK;
  DWORD dwPriority;
} RILVGCSVBSCALLINFO;

Members

  • cbSize
    Structure size in bytes.
  • dwParams
    Indicates valid parameters. The following table shows the valid values for this member with a description of each value.

    RIL_PARAM_VGCSVBS_SERVICE

    The dwService member of the structure is valid.

    RIL_PARAM_VGCSVBS_GID

    The wszGID[MAXLENGTH_GROUPID] member of the structure is valid.

    RIL_PARAM_VGCSVBS_GCA

    The wszGCA[MAXLENGTH_GROUPCALLAREA] member of the structure is valid.

    RIL_PARAM_VGCSVBS_STATUS

    The dwStatus member of the structure is valid.

    RIL_PARAM_VGCSVBS_DIRECTION

    The dwDirection member of the structure is valid.

    RIL_PARAM_VGCSVBS_ACK

    The fACK member of the structure is valid.

    RIL_PARAM_VGCSVBS_PRIORITY

    The dwPriority member of the structure is valid.

  • dwService
    Tele-service (Only RIL_SERVICE_VGCS and RIL_SERVICE_VBS are valid).
  • wszGID[MAXLENGTH_GROUPID]
    Group ID of the voice group or voice broadcast call.
  • wszGCA[MAXLENGTH_GROUPCALLAREA]
    Group call area of the voice group or voice broadcast call.
  • dwStatus
    Status of the call. The following constants are valid values for this member. For a description of these constants, see Call Status Constants.

    • RIL_CALLSTAT_ACTIVE
    • RIL_CALLSTAT_ONHOLD
    • RIL_CALLSTAT_INCOMING
  • fACK
    Specifies whether a predefined confirmation procedure is to be used after the call is ended or not. If this member is set to TRUE, a confirmation procedure is required.

Remarks

None.

Requirements

Header ril.h
Library Ril.lib
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Reference

RIL Structures