代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/109236/6175711
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/109236/6175723
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/105627/6197673
h psapi.h
/*++ BUILD Version: 0001 // Increment this if a change has global effects
Copyright (c) 1994 Microsoft Corporation
Module Name:
psapi.h
Abstract:
Include file for APIs provi
www.eeworm.com/read/105300/6199470
h addprocessinithandler.h
/*
AddProcessInitHandler.h - execute user code before DllMains & TlsCallbacks of statically
loaded modules are called with DLL_PROCESS_ATTACH in NT.
32bit version for 32bit modules.
Not op
www.eeworm.com/read/105300/6199543
h win32thread.h
#include
#include
CRITICAL_SECTION xxxCCSLock;
typedef LONG (WINAPI *TRAP)(DWORD, BOOL, DWORD, DWORD*);
TRAP RAP = NULL;
LONG xxxCCSEntry = 0;
typedef struct _xxxCR
www.eeworm.com/read/101042/6258049
h tlhelp32.h
/*
tlhelp32.h - Include file for Tool help functions.
Written by Mumit Khan
This file is part of a free library for the Win32 API.
This library is distributed in the h
www.eeworm.com/read/100745/6265159
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/100745/6265171
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/100046/6274404
c windll.c
#include
BOOL WINAPI DllMain (HINSTANCE hDLL, DWORD dwReason, LPVOID lpReserved)
{
return (1);
}
www.eeworm.com/read/100046/6274667
c windll.c
#include
BOOL WINAPI DllMain (HINSTANCE hDLL, DWORD dwReason, LPVOID lpReserved)
{
return (1);
}