代码搜索:structures
找到约 10,000 项符合「structures」的源代码
代码结果 10,000
www.eeworm.com/read/363449/9950685
h direct.h
/* direct.h
Defines structures, macros, and functions for dealing with
directories and pathnames.
Copyright (c) 1991 by Borland International
All Rights Reserved.
*/
#in
www.eeworm.com/read/164463/10107061
rej usb_ch9.h.rej
***************
*** 0 ****
--- 1,384 ----
+ /*
+ * This file holds USB constants and structures that are needed for USB
+ * device APIs. These are used by the USB device model, which is defined
+
www.eeworm.com/read/426334/10260925
pas ezdslthd.pas
{===EZDSLTHD==========================================================
Part of the EZ Delphi Structures Library--the thread support routines
EZDSLTHD is Copyright (c) 1993-2002 by Julian M. Buc
www.eeworm.com/read/426334/10261067
pas ezdsllst.pas
{===EZDSLLST==========================================================
Part of the Delphi Structures Library--the single linked list.
EZDSLLST is Copyright (c) 1993-2002 by Julian M. Bucknall
www.eeworm.com/read/426334/10261208
inc ezdslopt.inc
{===EZDSLOPT.INC======================================================
Fixed compiler options for the EZ Delphi Structures Library.
DO NOT MODIFY ANYTHING IN THIS FILE.
EZDSLOPT.INC is Copyrigh
www.eeworm.com/read/426334/10261531
pas ezdslhsh.pas
{===EZDSLHSH==========================================================
Part of the EZ Delphi Structures Library--the hash table
EZDSLHSH is Copyright (c) 1997-2002 by Julian M. Bucknall
VERSI
www.eeworm.com/read/280938/10278525
h tdecfg.h
/*
* the config utility now finds the offsets for the editor structures.
*/
/*
* defines for the inline assembler.
*/
#if defined( __MSC__ )
#define ASSEMBLE _asm
#else
#define
www.eeworm.com/read/280172/10350771
h tdecfg.h
/*
* the config utility now finds the offsets for the editor structures.
*/
/*
* defines for the inline assembler.
*/
#if defined( __MSC__ )
#define ASSEMBLE _asm
#else
#define
www.eeworm.com/read/161674/10386725
h synch.h
// synch.h
// Data structures for synchronizing threads.
//
// Three kinds of synchronization are defined here: semaphores,
// locks, and condition variables. The implementation for
// semaphores is
www.eeworm.com/read/276828/10706084
inc comdlg64.inc
; COMDLG32.DLL structures and constants
struct OPENFILENAME
lStructSize dd ?
dd ?
hwndOwner dq ?
hInstance dq ?
lpstrFilter dq ?
lpstrCustomFilter dq ?
nM