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 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 lpDatanotification parameter is set to NULL.

Requirements

Header ril.h
Library Ril.lib
Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Reference

RIL Functions