RILGPRSCONTEXTACTIVATED (Compact 2013)
3/26/2014
This structure shows the contexts that are active.
Syntax
typedef struct rilgprscontextactivated_tag {
DWORD cbSize;
DWORD dwEvent;
DWORD dwContextID;
BOOL fActivated;
} RILGPRSCONTEXTACTIVATED, *LPRILGPRSCONTEXTACTIVATED;
Members
- cbSize
Size of the structure, in bytes.
- dwEvent
When a disconnection occurs. Must be one of the GPRS Context Activation Type Constants values.
- dwContextID
The context number.
- fActivated
Indicates whether the context is activated.
Requirements
Header |
ril.h |
See Also
Reference
RIL Structures
RIL_GetGPRSContextActivatedList
GPRS Context Activation Type Constants