ce/sendsms.c File Reference

#include "sendsms.h"
#include <string.h>
#include <wchar.h>

Data Structures

struct  _sms_address
struct  _provider_specific

Defines

#define _DLLNAME

Typedefs

typedef HRESULT(* t_SmsOpen )(LPCTSTR protocol, DWORD mode, DWORD *smsHandle, HANDLE *not_used)
typedef HRESULT(* t_SmsSendMessage )(DWORD smsHandle, const struct _sms_address *smscAddress, const struct _sms_address *destAddress, const SYSTEMTIME *validity, const BYTE *data, DWORD datasize, const BYTE *provider, DWORD providersize, int encoding, DWORD options, DWORD *msgid)
typedef HRESULT(* t_SmsClose )(DWORD smsHandle)

Functions

HRESULT sendsms (const TCHAR *aNumber, const TCHAR *aMessage)
 Sends SMS message to the given phone number.

Define Documentation

#define _DLLNAME


Typedef Documentation

typedef HRESULT(* t_SmsClose)(DWORD smsHandle)

typedef HRESULT(* t_SmsOpen)(LPCTSTR protocol, DWORD mode, DWORD *smsHandle, HANDLE *not_used)

typedef HRESULT(* t_SmsSendMessage)(DWORD smsHandle, const struct _sms_address *smscAddress, const struct _sms_address *destAddress, const SYSTEMTIME *validity, const BYTE *data, DWORD datasize, const BYTE *provider, DWORD providersize, int encoding, DWORD options, DWORD *msgid)


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