ce/cellinfo.c File Reference

Implementation of RIL functions used with cetoys. More...

#include "cellinfo.h"
#include <windows.h>

Defines

#define _DLLNAME

Typedefs

typedef HANDLE _HRIL
 Type for the RIL handle.
typedef void(CALLBACK * _RILRESULTCALLBACK )(DWORD dwCode, HRESULT hrCmdID, const void *lpData, DWORD cbData, DWORD dwParam)
 Type for the fuction for the RIL result callback.
typedef void(CALLBACK * _RILNOTIFYCALLBACK )(DWORD dwCode, const void *lpData, DWORD cbData, DWORD dwParam)
 Type for the function for the RIL notify callback.
typedef HRESULT(* _t_ril_initialize )(DWORD dwIndex, _RILRESULTCALLBACK pfnResult, _RILNOTIFYCALLBACK pfnNotify, DWORD dwNotificationClasses, DWORD dwParam, _HRIL *lphRil)
 Type of the function pointer to RIL_Initialize.
typedef HRESULT(* _t_ril_deinitialize )(_HRIL hRil)
 Type of the function pointer to RIL_Deinitialize.
typedef HRESULT(* _t_ril_getcelltowerinfo )(_HRIL hRil)
 Type of the function pointer to RIL_GetCellTowerInfo.

Functions

HRESULT cellinfo_init (t_cellinfocb aCb)
 Initializes the cellinfo module.
HRESULT cellinfo_uninit ()
 Uninitializes the cellinfo module.
HRESULT cellinfo_query ()
 Makes a cell tower info query.


Detailed Description

Implementation of RIL functions used with cetoys.

See also http://msdn.microsoft.com/en-us/library/aa921525.aspx.

Author:
Daniel Stoinski
Version:
$Revision$

Define Documentation

#define _DLLNAME


Generated on Mon Jul 12 14:51:51 2010 for cetoys by  doxygen 1.5.6