typedef int(* pPPGMobile)(BYTE*);
typedef int(* pACCMobile)(BYTE*);
typedef int(* pUnionOTOMobile)(int,int);
HINSTANCE hDll=::LoadLibrary("SleepAnalysis.dll");
pPPGMobile PPGMobile=(pPPGMobile)GetProcAddress(hDll,"PPGMobile");
pACCMobile ACCMobile=(pACCMobile)GetProcAddress(hDll,"ACCMobile");
pUnionOTOMobile UnionOTOMobile=(pUnionOTOMobile)GetProcAddress(hDll,"UnionOTOMobile");