usound2.h

来自「Visual C++ 网络通信编程实用案例精选 的配套光盘」· C头文件 代码 · 共 11 行

H
11
字号
//---------------------------------------------------------------------------
#ifndef USound2H
#define USound2H
//---------------------------------------------------------------------------
#endif
extern "C" __declspec(dllexport) long __stdcall setIpAddr(char* ip);
extern "C" __declspec(dllexport) void __stdcall setPort(int port);
extern "C" __declspec(dllexport) void __stdcall SoundStart();
extern "C" __declspec(dllexport) void __stdcall SoundStop();

⌨️ 快捷键说明

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