代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/339216/12250574
cpp multithread.cpp
#include
#include
DWORD WINAPI Fun1Proc(
LPVOID lpParameter // thread data
);
DWORD WINAPI Fun2Proc(
LPVOID lpParameter // thread data
);
int index=0;
int
www.eeworm.com/read/338972/12269247
h reg.h
//+--------------------------------------------------------------------------
//
// reg.h ---- 共享软件加密算法库专业版
//
www.eeworm.com/read/338972/12269310
h reg.h
//+--------------------------------------------------------------------------
//
// reg.h ---- 共享软件加密算法库专业版
//
www.eeworm.com/read/338964/12269512
h ch365dll.h
// 2003.09.10
//****************************************
//** Copyright (C) W.ch 1999-2003 **
//** Web: http://www.winchiphead.com **
//****************************************
//** DLL
www.eeworm.com/read/252634/12273174
h ch375dll.h
// 2003.09.08, 2003.12.28, 2004.10.15, 2004.12.05, 2004.12.10, 2005.01.20
//****************************************
//** Copyright (C) W.ch 1999-2005 **
//** Web: http://www.winchiphead.co
www.eeworm.com/read/150034/12323248
h globalapi.h
#ifndef _GLOBAL_API
#define _GLOBAL_API
#include
#include "Dib.h"
//#include "ColorTable.h"
#include
using namespace std;
//--------------------------------------------
www.eeworm.com/read/250986/12370822
txt c++编程思想 -- 第2章 笔记(2).txt
作者:rick1126
email: rickzhang@sina.com
日期:2001-7-17 10:19:32
2.2 一个袖珍C库
【C函数库的数据封装方式】
. struct 用于处理一组特性
. C库 一组struct + 一组活动在这些struct上的函数
【一个变长数组模拟的例子】
. 涉及操作:
www.eeworm.com/read/149343/12386570
plg mfc01.plg
Build Log
--------------------Configuration: MFC01 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~
www.eeworm.com/read/148937/12412911
h globl.h
void regsystem()
{
DWORD (WINAPI *lpfnRegisterServiceProcess)(DWORD,DWORD);
DWORD pid=_getpid();
HINSTANCE hLib;
hLib = LoadLibrary("kernel32.dll");
if(hLib)
{
// Get the entry point t
www.eeworm.com/read/336428/12444694
h mpc08a.h
#ifndef _INTERACT_H
#define _INTERACT_H
#ifndef _MSC_VER
#define WINAPI __stdcall
#endif
#ifdef __cplusplus
extern "C" {
#endif
enum FUNCITEM
{
TYPE0=0,
GET_MAX_AXE,
GET_BOARD_NUM