代码搜索:Windows API
找到约 10,000 项符合「Windows API」的源代码
代码结果 10,000
www.eeworm.com/read/183548/5254771
c windows.c
/****************************************************************************************
* 文件名:WINDOW.C
* 功能:窗口管理。将进行各种窗口的给制及窗口内部控制。
* 作者:黄绍斌
* 日期:2004.02.26
* 备注:
*****************************
www.eeworm.com/read/182730/5262907
windows makefile.windows
#
# The PROGRAM macro defines the name of the program or project. It
# allows the program name to be changed by editing in only one
# location
#
PROGRAM = QueryShapefile.exe
#
# Command li
www.eeworm.com/read/182728/5262912
windows makefile.windows
#
# The PROGRAM macro defines the name of the program or project. It
# allows the program name to be changed by editing in only one
# location
#
PROGRAM = TinStats.exe
#
# Command line par
www.eeworm.com/read/180137/5289597
txt windows.txt
YAZ Compilation guidelines for winNT/95.
$Id: windows.txt,v 1.5 2000/12/05 19:14:12 adam Exp $
This distribution of YAZ includes makefiles that works with Visual
C++ version 5 and 6. The makefile i
www.eeworm.com/read/179911/5294345
c windows.c
/* windows.c: Routines to deal with register window management
* at the C-code level.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
*/
#include
#incl
www.eeworm.com/read/178758/5314482
h windows.h
#ifndef __WINDOWS_H__
#define __WINDOWS_H__
#define EXCEPTION_MAXIMUM_PARAMETERS 15
#define VER_PLATFORM_WIN32s 0
#define VER_PLATFORM_WIN32_WINDOWS 1
#define VER_PLATFORM_WIN32_NT 2
#
www.eeworm.com/read/173502/5371418
h windows.h
/****************************************************************************************
* 文件名:WINDOWS.H
* 功能:窗口管理。头文件,用于定义各种数据结构。
* 作者:黄绍斌
* 日期:2003.09.19
* 备注:
*******************************
www.eeworm.com/read/173502/5371424
c windows.c
/****************************************************************************************
* 文件名:WINDOW.C
* 功能:窗口管理。将进行各种窗口的给制及窗口内部控制。
* 作者:黄绍斌
* 日期:2004.02.26
* 备注:
*****************************