directsounderr.h

来自「This source can emulate function generat」· C头文件 代码 · 共 19 行

H
19
字号
/******************************************************************************
*
* DirectSoundErr.h : This class gives a static method related to the differents
*						error messages returned by different DirectSound methods. 
*
*/

#include <windows.h>
#include <atlbase.h>


class DirectSoundErr
{
	
public:
	
	static CComBSTR GetErrDesc(HRESULT hres);

};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?