代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/140411/5792408
h testplugininterface.h
#ifndef CPPUNIT_TESTPLUGINRUNNER_TESTPLUGININTERFACE_H
#define CPPUNIT_TESTPLUGINRUNNER_TESTPLUGININTERFACE_H
#include
#include
#if !defined(WINAPI)
#define WI
www.eeworm.com/read/136701/5867734
cpp waveout.cpp
#include "stdafx.h"
#include "WaveOut.h"
#pragma comment(lib,"Winmm")
DWORD CWaveOut::s_dwInstance = 0;
DWORD WINAPI CWaveOut::AudioOutThreadProc(LPVOID lpParameter)
{
TRACE("AudioOutThread
www.eeworm.com/read/123279/6061815
h testplugininterface.h
#ifndef CPPUNIT_TESTPLUGINRUNNER_TESTPLUGININTERFACE_H
#define CPPUNIT_TESTPLUGINRUNNER_TESTPLUGININTERFACE_H
#include
#include
#if !defined(WINAPI)
#define WI
www.eeworm.com/read/358610/6282265
h mywave(2).h
typedef void (WINAPI * DataCome)(LPSTR Data,DWORD Len);
_DLLCOM_ HWAVEOUT PlayStart(); //out function
_DLLCOM_ void RecStart(DataCome DataComePro) ; //out function
_DLLCOM_ void WaveOut();
/
www.eeworm.com/read/358610/6282275
h mywave(4).h
typedef void (WINAPI * DataCome)(LPSTR Data,DWORD Len)
_DLLCOM_ HWAVEOUT PlayStart(); //out function
_DLLCOM_ void RecStart(DataCome DataComePro) ; //out function
_DLLCOM_ void WaveOut();
//
www.eeworm.com/read/358610/6282303
h mywave(1).h
typedef void (WINAPI * DataCome)(LPSTR Data,DWORD Len);
_DLLCOM_ HWAVEOUT PlayStart(); //out function
_DLLCOM_ void RecStart(DataCome DataComePro) ; //out function
_DLLCOM_ void WaveOut();
/
www.eeworm.com/read/358610/6282313
h mywave(3).h
typedef void (WINAPI * DataCome)(LPSTR Data,DWORD Len);
_DLLCOM_ HWAVEOUT PlayStart(); //out function
_DLLCOM_ void RecStart(DataCome DataComePro) ; //out function
_DLLCOM_ void WaveOut();
/
www.eeworm.com/read/358610/6282437
cpp 语音识别(2).cpp
#include
BOOL DlgProc(HWND, UINT, WPARAM, LPARAM) ;
HINSTANCE hInst;
int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance,PSTR szCmdLine, int iCmdShow)
{
//添加处理代码;
www.eeworm.com/read/490588/6448850
cpp ex_hellomsg.cpp
#include
int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance,
LPSTR lpCmdLine, int nCmdShow)
{
MessageBox (NULL, "你好,我的Visual C++世界!", "问候", 0) ;
www.eeworm.com/read/490588/6448895
cpp ex_hellowin.cpp
#include
LRESULT CALLBACK WndProc (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam);
// 回调窗口函数
int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance,