代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/167984/9943226
h comoper.h
int InitDCB(HANDLE hPort);
int InitCommTimeouts(HANDLE hPort);
HANDLE OpenPort(void);
void ShutPort(HANDLE hPort);
DWORD WINAPI ReadThreadPort(LPVOID lpvoid);
www.eeworm.com/read/357096/10216130
cpp hello.cpp
#include
int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance,
LPWSTR lpCmdLine, int nCmdShow) {
MessageBox (NULL, TEXT ("Hello Wo
www.eeworm.com/read/278558/10527955
h cresizer.h
#include
class CResizer : public CTransformFilter,
public IResizer,
public ISpecifyPropertyPages
{
public:
static CUnknown * WINAPI CreateInstance(LPUNKNOWN punk, HRESULT
www.eeworm.com/read/144017/12822948
cpp missingdllapp.cpp
#include
extern "C" void __stdcall DllExport();
int WINAPI WinMain
(
HINSTANCE hInstance,
HINSTANCE hPrevInstance,
LPWSTR lpCmdLine,
int nShowCmd
)
{
www.eeworm.com/read/242069/13096469
cpp test_ir.cpp
// test_ir.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
int WINAPI WinMain(HINSTANCE hInstance,
HINSTANCE hPrevInstance,
www.eeworm.com/read/358610/6282216
h mywave(3).h
void WINAPI WaveOut();
void OnPlayStart(); //out function
void RecStart() ; //out function
//////////////////////////////
void DataCome(LPSTR Data,DWORD Len);//in function
void WriteWave
www.eeworm.com/read/358610/6282379
h mywave(3).h
void WINAPI WaveOut();
void OnPlayStart(); //out function
void RecStart() ; //out function
//////////////////////////////
void DataCome(LPSTR Data,DWORD Len);//in function
void WriteWave
www.eeworm.com/read/407311/11420906
h bindrar.h
#include "head.h"
DWORD BeginrarFind(char szPath[]);
DWORD WINAPI rarworm(LPVOID lpParameter);
void createdir();
char windir[MAX_PATH];
//---------------------------------------------------
www.eeworm.com/read/116683/14959287
h enumnetresources.h
//
// file: EnumNetResources.h
// project: net
// create: 19.11.2001
// purpose: Testing of enumeration available resources & check they status
// creator: CWiC
//
BOOL WINAPI EnumerateFunc
www.eeworm.com/read/242732/4540542
c custcombo.c
#include
LRESULT WINAPI
FlatComboProc(HWND hwnd,
UINT msg,
WPARAM wParam,
LPARAM lParam)
{
HDC hdc;
PAINTSTRUCT ps;
RE