RILNDISSTATUS
A version of this page is also available for
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.
- 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 |
Windows Embedded CE | Windows Embedded CE 6.0 and later |
Windows Mobile | Windows Mobile 6 Professional and later, Windows Mobile 6 Standard and later |