代码搜索:Windows API
找到约 10,000 项符合「Windows API」的源代码
代码结果 10,000
www.eeworm.com/read/230299/4723293
h windows.h
/****************************************************************************************
* 文件名:WINDOWS.H
* 功能:窗口管理。头文件,用于定义各种数据结构。
* 作者:黄绍斌
* 日期:2003.09.19
* 备注:
*******************************
www.eeworm.com/read/230299/4723299
c windows.c
/****************************************************************************************
* 文件名:WINDOW.C
* 功能:窗口管理。将进行各种窗口的给制及窗口内部控制。
* 作者:黄绍斌
* 日期:2004.02.26
* 备注:
*****************************
www.eeworm.com/read/229812/4730780
bat windows.bat
@echo off
if not exist win*.exe goto Usage
which win.com > nul
if errorlevel 1 goto NoWINDOWS_COM
goto continue
:NoWINDOWS_COM
which win.bat > nul
if errorlevel 1 goto NoWINDOWS
:continue
if
www.eeworm.com/read/229812/4736231
mh windows.mh
/*
* windows.h Include file for Windows 3.x development.
*
:include crwatcnt.sp
*/
:include readonly.sp
#ifdef _WINDOWS_16_
#include
#else
#include
#endif
www.eeworm.com/read/229812/4743415
h windows.h
/*
windows.h - main header file for the Win32 API
Written by Anders Norlander
This file is part of a free library for the Win32 API.
This library is distribut
www.eeworm.com/read/229812/4746368
fi windows.fi
c$include windefn.fi
c$include winmgr.fi
c$include wingdi.fi
c$include winssi.fi
c$ifdef __386__
c$include win386.fi
c$endif
www.eeworm.com/read/229812/4746999
hpp _windows.hpp
/****************************************************************************
*
* Open Watcom Project
*
* Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Res
www.eeworm.com/read/229812/4752905
asm windows.asm
include ..\cwlib.inc
scode
;-------------------------------------------------------------------------
;
;Initialise Window's stuff so base handler gets a lookin.
;
WinInitialise proc near
www.eeworm.com/read/229663/4753864
java windows.java
/************************************************************************/
/* File: ~/sopra/RoboPack/Windows.java */
/* This file consists of classes which are able t
www.eeworm.com/read/229663/4753884
java windows.java
/************************************************************************/
/* File: ~/sopra/RoboPack/Windows.java */
/* This file consists of classes which are able t