www.pudn.com > LanyaTest.rar > main.h, change:2007-07-15,size:489b


/************************************************************************************ 
// Sample code for calling IVT BlueSoleil APIs 
 
  Copyright (c) 2004 -2005 , IVT Corporation. All rights reserved. 
 
*******************************************************************************************/ 
 
#ifndef _BSOL_MAIN_H_ 
#define _BSOL_MAIN_H_ 
 
#include "bt_ui.h" 
 
extern char g_szIniPath[MAX_PATH]; 
 
extern HANDLE g_hForceExit; 
 
extern UCHAR g_targetBdAddr[6]; 
 
 
 
#endif