代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/426818/8997355
cpp zz.cpp
#include
#include
#include
#include
#include
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);
int WINAPI WinMain (HINSTANCE hI
www.eeworm.com/read/426818/8997371
cpp z.cpp
#include
#include
#include
#include
#include
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);
int WINAPI WinMain (HINSTANCE hI
www.eeworm.com/read/183714/9143542
h mp3topcm.h
#ifdef __cplusplus
extern "C" {
#endif
int WINAPI Mp3ToPcm(char *,char*);
#ifdef __cplusplus
}
/*
Param1:The File name which not Convert yet.
Param2:The File name which have converted
www.eeworm.com/read/183714/9143574
h mp3topcm.h
#ifdef __cplusplus
extern "C" {
#endif
int WINAPI Mp3ToPcm(char *,char*);
#ifdef __cplusplus
}
/*
Param1:The File name which not Convert yet.
Param2:The File name which have converted
www.eeworm.com/read/366682/9805120
cpp mydlg.cpp
#include
#include
#include "resource.h"
//#define IDD_DIALOG1 1000
//LPCTSTR CONST CHAR*
BOOL CALLBACK DlgProc(HWND,UINT,WPARAM,LPARAM);
int WINAPI WinMain(HINSTANCE
www.eeworm.com/read/162078/10339312
cpp manip_threads.cpp
#include
// Hot key values.
#define RESUME_KEY 101
#define SUSPEND_KEY 102
#define TERMINATE_KEY 103
DWORD WINAPI ThreadProc(HWND hWnd)
{
TCHAR szBuffer[128];
ws
www.eeworm.com/read/350642/10722283
cpp manip_threads.cpp
#include
// Hot key values.
#define RESUME_KEY 101
#define SUSPEND_KEY 102
#define TERMINATE_KEY 103
DWORD WINAPI ThreadProc(HWND hWnd)
{
TCHAR szBuffer[128];
ws
www.eeworm.com/read/270374/11041053
cpp main.cpp
#include
#include
#include
#include
#define Pi 3.1415926
long WINAPI WndProc(HWND hwnd,UINT iMessage,
UINT wParam,LONG lParam);
double dfTheta=
www.eeworm.com/read/118158/7135223
cpp ex1.cpp
#include
#include
#include
#include "resource.h"
#include "ex1.h"
int WINAPI WinMain(HINSTANCE hInstance,HINSTANCE hPrevInstance,LPSTR lpCmdLine,int nCmdShow)
www.eeworm.com/read/454544/7387608
h main.h
#ifndef _TUTORIAL1_H
#define _TUTORIAL1_H
#include //needed include for window system calls
#include "timer.h"
int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, LPTSTR lpCmd