代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/195462/8153642
h comapi.h
#ifndef _COMAPI_
#define _COMAPI_
#include "stdafx.h"
#include
#include
#include
#include
#include
#include "dibapi.h"
void* WINAPI fsp
www.eeworm.com/read/195462/8153907
h comapi.h
#ifndef _COMAPI_
#define _COMAPI_
#include "stdafx.h"
#include
#include
#include
#include
#include
//#include "dibapi.h"
void* WINAPI f
www.eeworm.com/read/195398/8158201
h apihook.h
/******************************************************************************
Module: APIHook.h
Notices: Copyright (c) 2000 Jeffrey Richter
******************************************************
www.eeworm.com/read/195283/8166412
cpp mydll.cpp
//////////////////////////////////////////////////////////////////////////////
//
// Module: mydll.dll
// File: mydll.cpp
// Author: Galen C. Hunt
//
// Copyright 1998-1999, Microsoft Corpor
www.eeworm.com/read/195283/8166424
cpp slept.cpp
//////////////////////////////////////////////////////////////////////
//
// Module: slept.dll
// Author: Galen C. Hunt
// Copyright: 1996-1999, Microsoft Corporation
//
// Version 1.2. (Build
www.eeworm.com/read/195283/8166433
cpp mydll.cpp
//////////////////////////////////////////////////////////////////////////////
//
// Module: mydll.dll
// File: mydll.cpp
// Author: Galen C. Hunt
//
// Copyright 1998-1999, Microsoft Corpor
www.eeworm.com/read/195283/8166451
cpp einst.cpp
//////////////////////////////////////////////////////////////////////////////
//
// Module: einst.exe - Detours Test Program
// File: einst.cpp
// Author: Galen C. Hunt
//
// Copyright 1998
www.eeworm.com/read/395626/8166644
h ch375dll.h
// 2003.09.08, 2003.12.28, 2004.10.15, 2004.12.05, 2004.12.10, 2005.01.20, 2005.02.23, 2005.07.15, 2005.08.17
//****************************************
//** Copyright (C) W.ch 1999-2005 **
/
www.eeworm.com/read/195144/8171534
txt 新建 文本文档.txt
DWORD dwthewad;
HANDLE thread=::CreateThread(NULL,0,mym1,0,0,&dwthewad);
DWORD WINAPI mym1(LPVOID param)
{
tcp.myconnect("127.0.0.1",6000);
return 1;
}
www.eeworm.com/read/195136/8172421
h byteinputbuffer.h
的biWidth'必须是4的整倍数,表示
// 大于或等于biWidth的,离4最近的整倍数。WIDTHBYTES就是用来计算
// biWidth'
#define WIDTHBYTES(bits) (((bits) + 31) / 32 * 4)
// DIB句柄
DECLARE_HANDLE(HDIB);
// 函数原型
BOOL WINAPI P