代码搜索:Windows API
找到约 10,000 项符合「Windows API」的源代码
代码结果 10,000
www.eeworm.com/read/409919/2228600
pas aspr_api.pas
unit aspr_api;
interface
uses
Windows;
type
//' Mode status
TModeStatus = packed record
ModeID : Byte;
IsRegistered,
IsKeyPresent,
IsWrongHardware
www.eeworm.com/read/409919/2228636
bas aspr_api.bas
Attribute VB_Name = "API"
Option Explicit
Public Type TModeStatus
ModeID As Byte
IsRegistered As Boolean
IsKeyPresent As Boolean
IsWrongHardwareID
www.eeworm.com/read/409919/2228649
h aspr_api.h
// aspr_api.h : Defines API functions.
//
#ifndef ASPR_API_H
#define ASPR_API_H
// Mode status
typedef struct _MODE_STATUS {
BYTE ModeId;
bool IsRegistered,
IsKeyPresent,
www.eeworm.com/read/409215/2235425
hpp static_api.hpp
/*
* TOPPERS/FDMP Kernel
* Toyohashi Open Platform for Embedded Real-Time Systems/
* Function Distributed Multiprocessor Kernel
*
* Copyright (C) 2005 by Takagi Nobuhisa
*
*
www.eeworm.com/read/409215/2235476
cpp static_api.cpp
/*
* TOPPERS/FDMP Kernel
* Toyohashi Open Platform for Embedded Real-Time Systems/
* Function Distributed Multiprocessor Kernel
*
* Copyright (C) 2005 by Takagi Nobuhisa
*
*
www.eeworm.com/read/409190/2237657
h pure_api.h
#if !defined(AFX_PURE_API_H__B17A1161_38FE_4F00_8284_B215A497C968__INCLUDED_)
#define AFX_PURE_API_H__B17A1161_38FE_4F00_8284_B215A497C968__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_
www.eeworm.com/read/409190/2237658
rc pure_api.rc
//Microsoft Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Gener
www.eeworm.com/read/409190/2237659
dsp pure_api.dsp
# Microsoft Developer Studio Project File - Name="pure_api" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Appl
www.eeworm.com/read/409190/2237660
cpp pure_api.cpp
// pure_api.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
#include "resource.h"
#include "agg_scanline_p.h"
#include "agg_renderer_scanline.h"
#include "agg_pixfmt_rgba.h
www.eeworm.com/read/409190/2237662
dsw pure_api.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
P