代码搜索:Windows API
找到约 10,000 项符合「Windows API」的源代码
代码结果 10,000
www.eeworm.com/read/370331/9605524
o led_api.o
www.eeworm.com/read/370331/9605526
h led_api.h
/*
* led_api.h - header file of led api
*
* Author: li ming
* Date: 2005-6-3
* Copyleft: http://www.lumit.org
*/
#include "led_driver.h"
int led_init( void )
www.eeworm.com/read/370331/9605566
c led_api.c
/*
* led_api.c - led api ( user-level )
*
* Author: yu feng
* Date: 2007-5-11
*/
#include "led_driver.h"
#define LED_LIGHT_VALUE 1
#define LED_DARK_VALU
www.eeworm.com/read/174150/9606253
plg api_test.plg
Build Log
--------------------Configuration: API_test - Win32 Release--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\da
www.eeworm.com/read/174150/9606255
dsw api_test.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/174150/9606258
h api_test.h
// The following ifdef block is the standard way of creating macros which make exporting
// from a DLL simpler. All files within this DLL are compiled with the API_TEST_EXPORTS
// symbol defined
www.eeworm.com/read/174150/9606260
def api_test.def
LIBRARY "API_test"
EXPORTS
sum_integers
sum_integers_ref
sum_doubles
sum_doubles_ref
sum_floats
sum_floats_ref
has_char
find_char
dump_struct
mangle_simple_struct
do_
www.eeworm.com/read/174150/9606261
cpp api_test.cpp
// API_test.cpp : Defines the entry point for the DLL application.
//
#pragma pack(1)
#include "stdafx.h"
#include
#include
#include "API_test.h"
BOOL APIENTRY DllMai
www.eeworm.com/read/174150/9606263
opt api_test.opt
www.eeworm.com/read/174150/9606267
dsp api_test.dsp
# Microsoft Developer Studio Project File - Name="API_test" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)