随笔分类 -  API Windows

摘要:http://blog.csdn.net/qiuchenl/article/details/7774641在编写windows程序时,很多时候要用到播放音乐的函数,而windows下就提供了一个函数PlaySound首先说下这个函数的使用范围,PlaySound函数用于播放一个音频文件,且这个文件时... 阅读全文
posted @ 2015-04-27 19:00 Lthis 阅读(2239) 评论(0) 推荐(0)
摘要:转自http://www.cnblogs.com/rosesmall/archive/2012/09/12/2681897.html::WritePrivateProfileString( _T("Options"), _T("Name"), m_strName, pApp->m_szIni );I... 阅读全文
posted @ 2015-04-27 12:56 Lthis 阅读(6317) 评论(0) 推荐(0)