代码搜索:Windows API
找到约 10,000 项符合「Windows API」的源代码
代码结果 10,000
www.eeworm.com/read/332739/3394133
windows makefile.windows
# Copyright 2005-2007 Intel Corporation. All Rights Reserved.
#
# This file is part of Threading Building Blocks.
#
# Threading Building Blocks is free software; you can redistribute it
# and/or modi
www.eeworm.com/read/330923/3419532
h windows.h
#ifndef WINE_WINDOWS_H
#define WINE_WINDOWS_H
#ifdef __cplusplus
extern "C" {
#endif
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "shell.h"
#include "winreg.h"
#include "wi
www.eeworm.com/read/329866/3429391
bas windows.bas
Attribute VB_Name = "Windows"
Option Explicit
'=======================================
'关于窗口系统操作的一些API声明
'=======================================
'==============================
'设置窗口总在最前面用到
www.eeworm.com/read/327133/3463899
inc windows.inc
; Author: Brandon LaCombe
; Date: February 3, 2006
; License: Public Domain
IMAGE_SIZEOF_BASE_RELOCATION equ 8
MEM_COMMIT equ 1000h
MEM_RELEASE
www.eeworm.com/read/324920/3491120
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/323643/3511071
pro windows.pro
TEMPLATE = lib
CONFIG+= qt warn_off release plugin
HEADERS = ../../../../include/qwindowsstyle.h
SOURCES = main.cpp \
../../../../src/styles/qwindowsstyle.cpp
unix:OBJECTS_DIR = .obj
win32:OB
www.eeworm.com/read/322076/3527602
h windows.h
/****************************************************************************************
* 文件名:WINDOWS.H
* 功能:窗口管理。头文件,用于定义各种数据结构。
* 作者:黄绍斌
* 日期:2003.09.19
* 备注:
*******************************
www.eeworm.com/read/322076/3527605
c windows.c
/****************************************************************************************
* 文件名:WINDOW.C
* 功能:窗口管理。将进行各种窗口的给制及窗口内部控制。
* 作者:黄绍斌
* 日期:2004.02.26
* 备注:
*****************************
www.eeworm.com/read/321483/3533618
pm windows.pm
package ExtUtils::CBuilder::Platform::Windows;
use strict;
use warnings;
use File::Basename;
use File::Spec;
use ExtUtils::CBuilder::Base;
use vars qw($VERSION @ISA);
$VERSION = '0.21';
@ISA = qw(
www.eeworm.com/read/321483/3534476
pm windows.pm
package Module::Build::Platform::Windows;
use strict;
use vars qw($VERSION);
$VERSION = '0.2808_01';
$VERSION = eval $VERSION;
use Config;
use File::Basename;
use File::Spec;
use IO::File;
use Modu