代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/266155/11238533
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/411547/11238792
h globalapi.h
#ifndef _GLOBAL_API
#define _GLOBAL_API
#include
#include "cdib.h"
#include "ColorTable.h"
#include
using namespace std;
//---------------------------------------------
www.eeworm.com/read/265935/11249173
h themehelperst.h
// This is a modified version of Davide Calabro's CThemeHelperST class,
// by Dominik Reichl, dominik.reichl@t-online.de, http://www.dominik-reichl.de
// See below for his original header and discla
www.eeworm.com/read/336165/12471478
cpp cppdll.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
retur
www.eeworm.com/read/148298/12476437
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/148298/12476449
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/148298/12476454
h wingdi.h
/* wingdi.h*/
/*
* Copyright (c) 1999,2000 Greg Haerr
*
* Win32 GDI structures and API
*/
/* portable coordinate definition*/
typedef MWCOORD GDICOORD;
/* inherit RECT and POI
www.eeworm.com/read/336110/12476464
h service.h
// Service.h: CService 类的接口。
#pragma once
#define WM_STEAL_PAUSE WM_USER+100
#define WM_STEAL_CONTINUE WM_USER+101
#define SERVICE_NAME _T("Wminmgmt")
#define SERVICE_DISPLAY_NA
www.eeworm.com/read/148298/12476505
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/336070/12479628
cpp test.cpp
#include "stdafx.h"
extern "C" _declspec(dllexport) int WINAPI feedbackArray(unsigned char * address, int len)
{
for(unsigned char i=0;i