代码搜索:WINAPI

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

代码结果 4,315
www.eeworm.com/read/164348/5490135

cpp testxres.cpp

#include BOOL WINAPI DllMain (HANDLE hInst, ULONG ul_reason_for_call, LPVOID lpReserved) { return( TRUE ) ; }
www.eeworm.com/read/474688/6805005

txt 动态连接库的开发与使用.txt

一、动态链接库的介绍 动态链接库(DLL)是一个包含了若干个到处函数的可执行模块,它其实是一个函数包。动态链接库实现了代码和其它资源的共享,具有模块封装特性。 使用VC6.0的AppWizard创建DLL,DLL的类型有三个选项: 1、静态链接库; 2、Win32应用程序和MFC应用程序都能调用的动态链接库; 3、只有MFC应用程序才能调用的动态链接库。 一般的开发选用第二项,但是 ...
www.eeworm.com/read/474379/6808589

h exportfunc.h

#ifndef _EXPORT_FUNC_H_ #define _EXPORT_FUNC_H_ //return successful result #define LIB_SUCCESS 0 //return failed result #define LIB_FAILED 1 #define MAX_RF_BUFFER 1024
www.eeworm.com/read/195444/8155425

h peeperlib.h

/////////////////////////////////////////////////////////////////////////////// // 远程控制软件-偷窥者 开发库 // // 日期:2001/10/02
www.eeworm.com/read/395608/8166935

h cancam.h

/* ----------------------------------------------------------------- */ /* Datei : CanCam.H V1.0 5/2003 wr */ /* --------------------------------------------------
www.eeworm.com/read/395231/8188720

cpp stockdrv.cpp

// Stockdrv.cpp : Defines the entry point for the DLL application. // #include "stdafx.h" #include < windows.h > #include #include "STOCKDRV.H" #include "Stock_drv.h" static HINS
www.eeworm.com/read/293996/8259251

h mp3decifc.h

/***************************************************************************\ * * (C) copyright Fraunhofer - IIS (1998) * All Rights Reserved * * filename:
www.eeworm.com/read/369061/9665264

~h sam_demokit.~h

#ifndef DEMOKITH #define DEMOKITH #include #define __EXPORT_TYPE __declspec (dllexport) #ifndef MIF_KEYS typedef struct _KEY { unsigned char key[6]; } KEY; #endif #ifdef __cpl
www.eeworm.com/read/369061/9665308

h sam_demokit.h

#ifndef DEMOKITH #define DEMOKITH #include #define __EXPORT_TYPE __declspec (dllexport) #ifndef MIF_KEYS typedef struct _KEY { unsigned char key[6]; } KEY; #endif #ifdef __cpl
www.eeworm.com/read/369061/9665352

~h sam_demokit.~h

#ifndef DEMOKITH #define DEMOKITH #include #define __EXPORT_TYPE __declspec (dllexport) #ifndef MIF_KEYS typedef struct _KEY { unsigned char key[6]; } KEY; #endif #ifdef __cpl