RIL_NDIS_SetGPRSContextActivated

A version of this page is also available for

Windows Embedded CE 6.0 R3

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

  • 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

See Also

Reference

RIL Functions