RILNDISSTATUS (Compact 2013)

3/26/2014

This structure contains the Network Driver Interface Specification (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 Packet Data Protocol (PDP) context that is reporting the status.
  • dwSize
    The size of this RILNDISSTATUS structure.
  • pRilNdisIpConfig
    Points to IP configuration data.

Requirements

Header

ril.h

See Also

Reference

RIL Structures
RILNDISIPCONFIG
RILNDISSTATUS Parameter Constants

Other Resources

Cellular Radio (CellCore)