RILNDISGPRSCONTEXTRESPONSE (Compact 2013)
3/26/2014
This structure stores information about a modified call.
Syntax
typedef struct rilndisgprscontextresponse_tag
{
DWORD cbSize;
DWORD dwParams;
DWORD dwContextID;
DWORD dwError;
PFNRILNDISSENDPACKET pfnNdisSendPacket;
PFNRILNDISRECEIVEPACKETDONE pfnNdisReceivePacketDone;
RILNDISIPCONFIG RilNdisIPConfig;
} RILNDISGPRSCONTEXTRESPONSE, *LPRILNDISGPRSCONTEXTRESPONSE ;
Members
- cbSize
[out] The size of this structure in bytes.
- dwParams
[out] Any combination of RILNDISGPRSCONTEXTRESPONSE Parameter Constants bits that indicate which of the following parameters is valid.
- dwContextID
[out] The ID of the context.
- dwError
[out] The error code, if any, returned by the RIL driver during activation derived from OEMNDISEVENTTYPE.
- pfnNdisSendPacket
[out] The callback function to use for Network Driver Interface Specification (NDIS) Send Packet.
- pfnNdisReceivePacketDone
[out] The callback function to use for NDIS Receive Packet Done.
- RilNdisIPConfig
[out] A pointer to an RILNDISIPCONFIG structure that contains the IP configuration data obtained during activation.
Remarks
This structure is read-only.
Requirements
Header |
ril.h |
See Also
Reference
RIL Structures
OEMNDISEVENTTYPE
RIL_NDIS_SetGPRSContextActivated
RILNDISIPCONFIG
RILNDISGPRSCONTEXTRESPONSE Parameter Constants