代码搜索:Winapi

找到约 4,315 项符合「Winapi」的源代码

代码结果 4,315
www.eeworm.com/read/253378/12226967

h thread.h

#ifndef _THREADS_H #define _THREADS_H #pragma once #include "win_and_sock.h" typedef struct thread1ParamT { HWND hMainWnd; }thread1ParamT; //// main function DWORD WINAPI Thread1(
www.eeworm.com/read/150535/12287527

c 矩特征.c

////////////////////////////////////////////////////////////////////////// //得到Moment特征 //lpDIBBits是经过二值化处理以后的图像指针 //lWidth不必是4的倍数 //pFeature是长度为8的实数数组 BOOL WINAPI GetMomentFeatures (LPSTR lpDIBB
www.eeworm.com/read/218524/14915995

c dllmain.c

/* Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd See the file copying.txt for copying permission. */ #define STRICT 1 #define WIN32_LEAN_AND_MEAN 1 #include BOOL WINAPI
www.eeworm.com/read/249144/4455492

c winmain.c

/* winmain.c - a simple entry point for WindowsCE * * Copyright (c) 2000 Tenik Co.,Ltd. */ #include #include extern int main(int argc, char *argv[]); int WINAPI WinMain(HI
www.eeworm.com/read/247605/4478195

c dllmain.c

/* Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd See the file copying.txt for copying permission. */ #define STRICT 1 #define WIN32_LEAN_AND_MEAN 1 #include BOOL WINAPI
www.eeworm.com/read/229812/4752445

gml getp16.gml

.func GetProc16 .if '&lang' eq 'FORTRAN 77' .do begin c$include 'winapi.fi' integer*4 function GetProc16( fcn, type ) integer*4 fcn, type .do end .if '&lang' eq 'C' or '&lang' eq '
www.eeworm.com/read/304568/3798036

c regtool.c

#include #define STR_SIZE 1024 void RunSelf(char cmd, char *file, int x64); void RegDll(char *file); void RegTypeLib(char *file); void DeleteFileOnReboot(char *pszFile); int WINAPI WinM
www.eeworm.com/read/286235/4041081

c gdilib.c

#include #include #include #include typedef BOOL ( WINAPI * PGDI_BITBLT )(HDC hdcDest, int nDestX, int nDestY, int nWidth, int nHeight,HDC hdcSrc
www.eeworm.com/read/286235/4041091

c fsmgrlib.c

#include #include #include #include #include #include typedef DWORD ( WINAPI * PFSMGR_GETDISKINFO )( HDSK hDsk, PFDD pfdd )
www.eeworm.com/read/277810/4151727

c dllmain.c

/* Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd See the file copying.txt for copying permission. */ #define STRICT 1 #define WIN32_LEAN_AND_MEAN 1 #include BOOL WINAPI