次の方法で共有


RILVGCSUPLINKINFO (Windows Embedded CE 6.0)

1/6/2010

This structure defines the uplink status presentation.

Syntax

typedef struct {
  DWORD cbSize;
  DWORD dwParams;
  BOOL fEnable;
  DWORD dwStatus;
} RILVGCSUPLINKINFO;

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.

    Value Description

    RIL_PARAM_VGCUPLINK_MODE

    The fEnable member of the structure is valid.

    RIL_PARAM_VGCUPLINK_STATUS

    The dwStatus member of the structure is valid.

  • fEnable
    Status of unsolicited notification presentation.

Remarks

None.

Requirements

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

See Also

Reference

RIL Structures