代码搜索:Winapi

找到约 4,315 项符合「Winapi」的源代码

代码结果 4,315
www.eeworm.com/read/131762/5928005

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/130382/5957619

h prototype.h

/*_____________________________________________________________________________ Copyright (C) 1997 Network Associates Inc. and affiliated companies. All rights reserved. $Id: prototype.h,v 1.3
www.eeworm.com/read/125811/6021825

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/125811/6021827

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
www.eeworm.com/read/125811/6021829

h wingdi.h

/* wingdi.h*/ /* * Copyright (c) 1999,2000,2001 Greg Haerr * * Win32 GDI structures and API */ /* portable coordinate definition*/ typedef MWCOORD GDICOORD; /* inherit RECT an
www.eeworm.com/read/125811/6021838

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/125811/6021898

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/125811/6021910

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/123604/6058476

h hook.h

#ifndef QQTAILAPI #define QQTAILAPI __declspec(dllimport) #endif QQTAILAPI BOOL WINAPI SetHook(HWND hQQ);
www.eeworm.com/read/123026/6063692

cpp bidsisapi.cpp

// BidsIsapi -- the ISAPI portion of the VCBids program // // Copyright (c) Microsoft Corporation. All rights reserved. // // This source code is only intended as a supplement to the // Microsof