代码搜索:Windows API
找到约 10,000 项符合「Windows API」的源代码
代码结果 10,000
www.eeworm.com/read/409921/2227255
h api_eval.h
/*
* Mesa 3-D graphics library
* Version: 3.5
*
* Copyright (C) 1999-2001 Brian Paul All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
www.eeworm.com/read/409921/2227260
c api_noop.c
/*
* Mesa 3-D graphics library
* Version: 6.5
*
* Copyright (C) 1999-2005 Brian Paul All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
www.eeworm.com/read/409921/2227288
c api_arrayelt.c
/*
* Mesa 3-D graphics library
* Version: 6.3
*
* Copyright (C) 1999-2004 Brian Paul All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
www.eeworm.com/read/409921/2227302
h api_noop.h
/*
* Mesa 3-D graphics library
* Version: 4.1
*
* Copyright (C) 1999-2001 Brian Paul All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
www.eeworm.com/read/409919/2228417
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/2228487
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/2228534
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/409919/2228566
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/2228583
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/409919/2228592
pb aspr_api.pb
TYPE TModeStatus
ModeID AS BYTE
IsRegistered AS BYTE
IsKeyPresent AS BYTE
IsWrongHardwareID AS BYTE
IsKeyExpired AS BYTE
IsModeEx