代码搜索:Windows API
找到约 10,000 项符合「Windows API」的源代码
代码结果 10,000
www.eeworm.com/read/295056/3912505
properties windows.properties
#--------------------------------------------------------------------------------------------------
# Copyright (c) 1996 - 2004 Borland Software Corporation. All Rights Reserved.
#------------------
www.eeworm.com/read/295056/3912506
properties windows_it.properties
#--------------------------------------------------------------------------------------------------
# Copyright (c) 1996 - 2004 Borland Software Corporation. All Rights Reserved.
#------------------
www.eeworm.com/read/294038/3922322
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/292705/3944166
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/286192/4042026
h windows.h
// UnderC Development Project, 2001
#ifndef _WINDOWS_H
#define _WINDOWS_H
typedef unsigned long DWORD, *PDWORD;
typedef char *LPSTR;
typedef const char *LPCSTR;
typedef void *PVOID;
typedef int
www.eeworm.com/read/285553/4049502
map windows.map
Start Stop Length Name Class
00000H 02D04H 02D05H _TEXT CODE
02D05H 031F6H 004F2H MYWIN_TEXT CODE
031F7H 0403CH 00E46H UCOS_II_TEXT CODE
0403DH
www.eeworm.com/read/285553/4049509
h windows.h
#ifndef __WINDOWS_H__
#define __WINDOWS_H__
////////////////////////////////////////////////////////////////////////////////////////
//
//
#define MAX_Y 30
#define MAX_X 78
#d
www.eeworm.com/read/285553/4049511
c windows.c
#include "includes.h"
#include "windows.h"
#include
#define MAX_CHARS 82
char sLine[MAX_CHARS];
static WINDOWS winItem[MAX_WIN];
static int wincnt = 0x00;
static int winact
www.eeworm.com/read/285220/4055365
h windows.h
/****************************************************************************************
* 文件名:WINDOWS.H
* 功能:窗口管理。头文件,用于定义各种数据结构。
* 作者:黄绍斌
* 日期:2003.09.19
* 备注:
*******************************
www.eeworm.com/read/285220/4055371
c windows.c
/****************************************************************************************
* 文件名:WINDOW.C
* 功能:窗口管理。将进行各种窗口的给制及窗口内部控制。
* 作者:黄绍斌
* 日期:2004.02.26
* 备注:
*****************************