00001 #ifndef __SENDSMS_H 00002 #define __SENDSMS_H 00003 00004 #include <windows.h> 00005 00014 #ifdef __cplusplus 00015 extern "C" { 00016 #endif 00017 00024 HRESULT sendsms(const TCHAR *aNumber, const TCHAR *aMessage); 00025 00026 #ifdef __cplusplus 00027 } 00028 #endif 00029 00030 #endif 00031