次の方法で共有


RILNCHINDICATION (Windows Embedded CE 6.0)

1/6/2010

This structure represents NCH support indication.

Syntax

typedef struct {
  DWORD cbSize;
  DWORD dwParams;
  BOOL fEnable;
  DWORD dwNCHStatus;
} RILNCHINDICATION;

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_NCHINDICATION_MODE

    The fEnable member of the structure is valid.

    RIL_PARAM_NCHINDICATION_STATUS

    The dwNCHStatus member of the structure is valid.

  • fEnable
    Status of unsolicited notification presentation.
  • dwNCHStatus
    NCH support information. Can be any one of the constants listed in NCH Status Constant.

Remarks

None.

Requirements

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

See Also

Reference

RIL Structures