代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/192705/8293460
h modemapi.h
//Add by WGL 1998.11.26
#include "faxapi32.h"
#ifndef _MODEMAPI32_H
#define _MODEMAPI32_H
#define RESULT_MODEM_OK 0x0000
#define RESULT_MODEM_WORKING 0x0001
#define RESULT_MODEM_CON
www.eeworm.com/read/393201/8304973
h komfort.h
#ifndef KOMFORT
#define KOMFORT
#ifdef __cplusplus
extern "C" {
#endif
/*************************************************************************/
// error no, textbuffer
int WINAPI error_
www.eeworm.com/read/293237/8305544
h interface.h
// Interface.h: interface for the CInterface class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_INTERFACE_H__EB7C50C6_1299_4A86_B6B7_CE9233109FC5__I
www.eeworm.com/read/192685/8332579
html 14553.html
Re: WinApi的问题.. 帮帮忙..很重要...
Re: WinApi的问题.. 帮帮忙..很重要...
www.eeworm.com/read/174498/9585692
h psapi.h
/*++ BUILD Version: 0001 // Increment this if a change has global effects
Copyright (c) 1994 Microsoft Corporation
Module Name:
psapi.h
Abstract:
Include file for APIs provi
www.eeworm.com/read/173459/9656529
c++
作者:rick1126
email: rickzhang@sina.com
日期:2001-7-17 10:19:32
2.2 一个袖珍C库
【C函数库的数据封装方式】
. struct 用于处理一组特性
. C库 一组struct + 一组活动在这些struct上的函数
【一个变长数组模拟的例子】
. 涉及操作:
www.eeworm.com/read/172972/9681336
h hdibapi.h
// hdibapi.h
#ifndef _INC_DIBAPI
#define _INC_DIBAPI
/* Handle to a DIB */
DECLARE_HANDLE(HDIB);
/* DIB constants */
#define PALVERSION 0x300
#define PW_WINDOW 1
#define PW_CL
www.eeworm.com/read/172927/9682410
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/368479/9691974
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;
}