代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/169937/5408717
h winuser.h
/* winuser.h*/
/*
* Copyright (c) 1999, 2000 Greg Haerr
*
* Win32 USER structures and API
*/
#include "winctl.h" /* required compatibility for resource compiler*/
/* moved from
www.eeworm.com/read/169937/5408774
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/169937/5408787
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/167893/5451024
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/167893/5451036
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/167200/5462006
h io.h
#include
typedef void (WINAPI *PORTOUT) (short int Port, char Data);
typedef void (WINAPI *PORTWORDOUT)(short int Port, short int Data);
typedef void (WINAPI *PORTDWORDOUT)(short int Port
www.eeworm.com/read/162509/5547270
h endecode.h
#ifndef _LEGENDOFMIR_ENDECODE
#define _LEGENDOFMIR_ENDECODE
#define _DEFBLOCKSIZE 16
typedef struct tag_TDEFAULTMESSAGE
{
int nRecog;
WORD wIdent;
WORD wParam;
WORD wTag;
WORD wS
www.eeworm.com/read/162509/5547541
h endecode.h
#ifndef ENDECODE_H
#define ENDECODE_H
#define _DEFBLOCKSIZE 16
#define _DEFBLOCKSIZE 16
#define _FEATURESIZE 6
#define _CHARDESCSIZE 11
#define _FEATURESIZEEX 4
typedef struct tag_TDEF
www.eeworm.com/read/160199/5576448
h winbase.h
#ifndef _WINBASE_H
#define _WINBASE_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#define WINBASEAPI DECLSPEC_IMPORT
#ifdef __cplusplus
extern "C" {
#endif
#define SP_SERIALCOMM 1
#define PST_
www.eeworm.com/read/160199/5576452
h wingdi.h
#ifndef _WINGDI_H
#define _WINGDI_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif
#define WINGDIAPI
#define BI_RGB 0
#define BI_RLE8 1
#define BI_RLE4 2
#d