代码搜索:INTERFACES
找到约 10,000 项符合「INTERFACES」的源代码
代码结果 10,000
www.eeworm.com/read/420173/10812642
inf usb8023.inf
;
; USB8023.INF
;
; Stand-alone install script for USB Communications-Class (CDC) Devices
;
; Copyright 1999, Microsoft Corporation
;
; Author: ervinp
;
[Version]
Signature = "$Windo
www.eeworm.com/read/273826/10899816
am makefile.am
#
# Before making a release, the LTVERSION string should be modified.
# The string is of the form CURRENT:REVISION:AGE.
#
# CURRENT (C)
# The most recent interface number that this library implements.
www.eeworm.com/read/469944/6921348
h wbemidl.h
/*++
Copyright (C) 1996-2001 Microsoft Corporation
Module Name:
WBEMIDL.H
Abstract:
Include file for all WBEM related interface definitions. To be included
in projects that use
www.eeworm.com/read/465555/7049697
lpr torque.lpr
program Torque;
{$MODE Delphi}
uses
Interfaces,
Forms,
Unit1 in 'Unit1.pas' {Form1};
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.