代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/301182/13864838
cpp a.cpp
#include
#include
#include
int Buffer[9];
int ProID=0,ConID=0,In=0,Out=0;
DWORD WINAPI Pro(LPVOID);
DWORD WINAPI Con(LPVOID);
HANDLE Mutex,Full,Empty,Pr
www.eeworm.com/read/377997/9254887
cpp server.cpp
#include "iostream.h"
#include "winsock.h"
#define DEFAULT_PORT 4000 //默认端口号
DWORD WINAPI ThreadFunc(LPVOID pParam); //服务器端socket接收线程函数
DWORD WINAPI ReadIn(LPVOID pParam);
www.eeworm.com/read/286235/4041075
c rgnlib.c
#include
#include
#include
#include
typedef HRGN ( WINAPI * PRGN_CREATERECT )( int l, int t, int r, int b );
HRGN WINAPI Rgn_CreateRect( int l
www.eeworm.com/read/185911/8978678
cs registry.cs
//==========================================================================================
//
// WJ.MPR.WinAPI.Registry
// Copyright (c) 2006, WJ Communications, Inc.
//
// This class is derive
www.eeworm.com/read/310944/3688590
c run.c
#include
void WINAPI run()
{
MessageBox(NULL,"DLL","DLL",MB_OK);
}
www.eeworm.com/read/254485/4382080
pl gen.pl
while( )
{
chomp();
if( /(.*)\(/ )
{
printf("LONG WINAPI $_\n");
$fname = $1;
$argc = 0;
}
elsif( /\);/ )
{
printf(")\n{\n");
www.eeworm.com/read/109242/6175275
h main.h
/*
* Copyright 2002 Lionel Ulmer
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free
www.eeworm.com/read/317512/13503948
cpp gif89a.cpp
#include "stdafx.h"
#include "gif89a.h"
DWORD WINAPI ThreadFunc(CGif89a* ptr);
DWORD WINAPI ThreadFunc(CGif89a* ptr)
{
ptr->Play1();
return 0;
}
void CGif89a::Play(HWND pWnd, const CRect
www.eeworm.com/read/491496/1189912
h komfort.h
#ifndef KOMFORT
#define KOMFORT
#ifdef __cplusplus
extern "C" {
#endif
/*************************************************************************/
// error no, textbuffer
int WINAPI error_
www.eeworm.com/read/462434/1545944
c dllmain.c
//+---------------------------------------------------------------------------
#include
BOOL WINAPI DllMain (HANDLE hDll, DWORD dwReason, LPVOID lpReserved)
{
return TRUE;
}