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.
- dwStatusType
The type of change (IP configuration or flow control constant). Valid values are defined in RILNDISSTATUS Parameter Constants.
- pRilNdisIpConfig
Points to IP configuration data.
- dwFlowControl
Defines the flow control status. This status can be either on or off. Valid values are defined in RILNDISSTATUS Parameter Constants.
Requirements
Header |
ril.h |
See Also
Reference
RIL Structures
RILNDISIPCONFIG
RILNDISSTATUS Parameter Constants