代码搜索:WINAPI
找到约 4,315 项符合「WINAPI」的源代码
代码结果 4,315
www.eeworm.com/read/192423/5156741
cpp apcxapp.cpp
#include
#include
#include
#include "apcx.h"
PortOption *p;
FILE *fp;
DWORD WINAPI CallBackAPC(PVOID param)
{
p=(PortOption *)param;
fprintf(stderr,"
www.eeworm.com/read/176663/5336013
h handlerloader.h
// HandlerLoader.h
#ifndef __HANDLERLOADER_H
#define __HANDLERLOADER_H
#include "../../ICoder.h"
#include "Windows/DLL.h"
typedef UInt32 (WINAPI * CreateObjectFunc)(
const GUID *clsID,
con
www.eeworm.com/read/166594/5474158
cpp mt.cpp
// MT.cpp
#include "StdAfx.h"
#include "../../../../Common/Alloc.h"
#include "MT.h"
static const UInt32 kBlockSize = (1
www.eeworm.com/read/349338/3145190
cpp mt.cpp
// MT.cpp
#include "StdAfx.h"
#include "../../../../Common/Alloc.h"
#include "MT.h"
static const UInt32 kBlockSize = (1
www.eeworm.com/read/338920/3311647
h fretrans.h
// FreTrans.h
#ifndef _INC_FreTransAPI
#define _INC_FreTransAPI
#include
using namespace std;
// 函数原型
VOID WINAPI FFT(complex * TD, complex * FD, int r);
VOID
www.eeworm.com/read/448227/1690828
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/440405/1798589
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/409919/2228590
bas frmmain.bas
#IF NOT %DEF(%WINAPI)
#INCLUDE "WIN32API.INC"
#ENDIF
#INCLUDE "aspr_api.pb"
#INCLUDE "frmRegistration.bas"
#INCLUDE "PB.INC"
%IDD_frmMain = 101
%IDC_btnBuy = 1001
www.eeworm.com/read/407447/2263968
c version.c
#include
#include
#include
void WINAPI RtlGetNtVersionNumbers(t_32* major, t_32* minor, t_32* build)
{
if (major)
{
*major = 9;
}
if
www.eeworm.com/read/407447/2263978
c thread.c
#include
#include
#include
//Allocates a thread local storage (TLS) index.
DWORD WINAPI TlsAlloc(void)
{
printf("TlsAlloc \n" );
return 0;
}
BOOL WIN