代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/428922/8829396
cpp cchess.cpp
#include
#include "resource.h"
#include "chessman.h"
#include "cchess.h"
#define LATTICESIZE 50
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM) ;
int WINAPI WinMain (HINS
www.eeworm.com/read/426478/9018500
cpp main.cpp
#include
#include
#include
UINT WINAPI Thread(LPVOID context)
{
printf("Enter Thread\n");
OVERLAPPED overlap={0};
overlap.hEvent = CreateEvent(NULL,FALSE,
www.eeworm.com/read/366194/9825501
cpp 6_5.cpp
#include
#include
#include
long WINAPI WndProc(HWND hWnd,
UINT iMessage,
UINT wParam,
LONG lParam); //消息处理函数声明.
BOOL InitWindowsClass(HI
www.eeworm.com/read/350942/10694800
h sqlexec.h
//SQLExec.h
#ifndef _INC_SQLExec
#define _INC_SQLExec
void WINAPI PrintComError(_com_error &e);
int StringToInt(CString s);
float StringToFloat(CString s);
COleDateTime StringToTime(CString s)
www.eeworm.com/read/350942/10694865
h sqlexec.h
//SQLExec.h
#ifndef _INC_SQLExec
#define _INC_SQLExec
void WINAPI PrintComError(_com_error &e);
int StringToInt(CString s);
float StringToFloat(CString s);
COleDateTime StringToTime(CString s)
www.eeworm.com/read/454544/7387595
h main.h
#ifndef _TUTORIAL1_H
#define _TUTORIAL1_H
#include //needed include for window system calls
int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, LPTSTR lpCmdLine,int nCmdShow);
www.eeworm.com/read/454544/7387625
h main.h
#ifndef _TUTORIAL1_H
#define _TUTORIAL1_H
#include //needed include for window system calls
int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, LPTSTR lpCmdLine,int nCmdShow);
www.eeworm.com/read/454544/7387638
h main.h
#ifndef _TUTORIAL1_H
#define _TUTORIAL1_H
#include //needed include for window system calls
int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, LPTSTR lpCmdLine,int nCmdShow);
www.eeworm.com/read/454544/7387712
h main.h
#ifndef _TUTORIAL1_H
#define _TUTORIAL1_H
#include //needed include for window system calls
int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, LPTSTR lpCmdLine,int nCmdShow);
www.eeworm.com/read/296557/8095735
cpp wavein.cpp
#include "stdafx.h"
#include "WaveIn.h"
#include "math.h"
#pragma comment(lib,"Winmm")
DWORD CWaveIn::s_dwInstance = 0;
//线程处理
DWORD WINAPI CWaveIn::AudioInThreadProc(LPVOID lpParameter)
{