#include "cetdllrc.h"
#include "cellinfo.h"
#include "wintools.h"
#include <windows.h>
#include <string.h>
Defines | |
#define | MS_TIMEOUT 10000 |
Timeout in millisecond to wait for the RIL callback routine to become ready. | |
Typedefs | |
typedef struct _IRAPIStream | IRAPIStream |
Stream type for CeRapiInvoke-like functions. | |
Enumerations | |
enum | _t_cetdll_err { CETDLL_OK = 0, CETDLL_PARAM, CETDLL_ABANDON, CETDLL_TIMEOUT, CETDLL_INIT, CETDLL_QUERY, CETDLL_CRTEVNT, CETDLL_UNKNOWN } |
Functions | |
BOOL WINAPI | DllMain (HANDLE hInstDLL, DWORD dwReason, LPVOID lpvReserved) |
Main entry point for the dll. | |
HRESULT APIENTRY | getRILCellInfo (DWORD cbInput, BYTE *pInput, DWORD *pcbOutput, BYTE **ppOutput, IRAPIStream *pStream) |
Returns the information about the presenlty active GSM cell. |
Dll to use in RAPI invoke calls or for the today screen plugins.
enum _t_cetdll_err |