Share via


RILNDISSTATUS (Windows Embedded CE 6.0)

1/6/2010

This structure contains the NDIS flow control status information. It is used in the RILNDISSTATUSCALLBACK function.

Syntax

typedef struct rilndisstatus_tag {
  DWORD dwContextId;
  DWORD dwSize;
  DWORD dwStatusType;
  union
    {
        LPRILNDISIPCONFIG pRilNdisIpConfig;
        DWORD dwFlowControl;
    };
} RILNDISSTATUS, *LPRILNDISSTATUS;

Members

  • dwContextId
    Defines the PDP context that is reporting the status.
  • dwSize
    Size of this RILNDISSTATUS structure.
  • dwStatusType
    RIL_PARAM_RILNDISSTATUS_type
  • pRilNdisIpConfig
    Points to IP configuration data.

Requirements

Header ril.h
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Reference

RIL Structures

Other Resources

CellCore