代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/160199/5576454
h winver.h
#ifndef _WINVER_H
#define _WINVER_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif
#define VS_FILE_INFO RT_VERSION
#define VS_VERSION_INFO 1
#define VS_USER_
www.eeworm.com/read/160199/5576456
h winreg.h
#ifndef _WINREG_H
#define _WINREG_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif
#define HKEY_CLASSES_ROOT ((HKEY)0x80000000)
#define HKEY_CURRENT_USER ((H
www.eeworm.com/read/160199/5576458
h winnls.h
#ifndef _WINNLS_H
#define _WINNLS_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif
#define MAX_LEADBYTES 12
#define MAX_DEFAULTCHAR 2
#define LOCALE_NOUSER
www.eeworm.com/read/160199/5576460
h wincon.h
#ifndef _WINCON_H
#define _WINCON_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif
#define FOREGROUND_BLUE 1
#define FOREGROUND_GREEN 2
#define FOREGROUND_
www.eeworm.com/read/158853/5594604
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/158852/5594646
h ch375dll.h
// 2003.09.08, 2003.12.28, 2004.10.15, 2004.12.05, 2004.12.10, 2005.01.20, 2005.02.23, 2005.07.15, 2005.08.17
//****************************************
//** Copyright (C) W.ch 1999-2005 **
/
www.eeworm.com/read/158793/5594753
c insetr.c
#include "windows.h"
#include "wintools.h"
/*
* WIN Draw Library
*/
void WINAPI
InsetR(LPRECT lprc,int h,int v)
{
lprc->top += v;
lprc->left += h;
lprc->right -= 2*h-1;
lprc->bottom -= 2*v-1;
}
www.eeworm.com/read/158793/5594766
c caret.c
/*
* Copyright (c) 2000 Greg Haerr
*
* Caret control for Microwindows win32 api.
*
* TODO: add SetSysTimer for blinking
*/
#include
#include
#include
www.eeworm.com/read/158106/5598422
h wintools.h
/*
* wintools.h - MS Windows tools library header
*
* WINGEN General Purpose Library
* WINMEM Windows Memory Mgmt Library
* WINFX Special Effects Library
* WINDRAW Draw Library
* WINCTL Custom
www.eeworm.com/read/158106/5598424
h winfont.h
/* winfont.h*/
/*
* Copyright (c) 2000 Greg Haerr
*
* Win32 font structures and API
*/
/* tmPitchAndFamily flags*/
#define TMPF_FIXED_PITCH 0x01 /* win32 bug: means variable