#ifndef DOWNLOAD_H_ #define DOWNLOAD_H_ int DoDownloadTask(ULONG64 msg_id); int GetVoice(ULONG64 msg_id,wchar_t * dir); #endif