Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
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 RILNDISSTATUSCALLBACKfunction.

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

See Also

Other Resources

CellCore