RIL_NDIS_SetGPRSContextActivated
A version of this page is also available for
4/8/2010
This function sets the GPRS activation state for a context for an NDIS connection.
Syntax
HRESULT RIL_NDIS_ SetGPRSContextActivated (
HRIL hRil,
Const RILNDISGPRSCONTEXT* pGprsContext
);
Parameters
- hRil
Handle to RIL instance that is returned by RIL_Initialize.
- pGprsContext
Pointer to the GPRS context that needs to be set.
Return Value
This function returns an asychronous result code RIL_RESULT_OK on success, and E_FAIL on failure.
On success, the lpData notification parameter is set to NULL.
Requirements
Header | ril.h |
Library | Ril.lib |
Windows Embedded CE | Windows CE .NET 4.2 and later |