Share via


RILNDISSTATUS

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/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
Windows Mobile Windows Mobile 6 Professional and later, Windows Mobile 6 Standard and later

See Also

Other Resources

CellCore