代码搜索结果
找到约 10,000 项符合
Control System 的代码
system.pas
unit System;
interface
type
TGUID = record
D1: LongWord;
D2: Word;
D3: Word;
D4: array[0..7] of Byte;
end;
procedure _InitExe;
procedure _HandleFinally;
procedure
system.pas
unit System;
interface
type
TGUID = record
D1: LongWord;
D2: Word;
D3: Word;
D4: array[0..7] of Byte;
end;
TInitContext = INTEGER; // 未用
procedure _InitLib;
pro
system.pas
unit System;
interface
procedure _InitExe;
procedure _HandleFinally;
procedure _halt0;
const
Kernel32 = 'kernel32.dll';
User32 = 'user32.dll';
type
TGUID = record
D1: LongW
system.pas
//系统内核单元
unit System;
interface
procedure _InitExe;
procedure _HandleFinally;
procedure _Halt0;
const
Kernel32 = 'kernel32.dll';
User32 = 'user32.dll';
type
TGUID = record
system.pas
unit System;
interface
procedure _InitLib;
procedure _HandleFinally;
procedure _halt0;
const
Kernel32 = 'kernel32.dll';
User32 = 'user32.dll';
type
TGUID = record
D1: LongW
system.pas
unit System;
interface
procedure _InitLib;
procedure _HandleFinally;
procedure _halt0;
const
Kernel32 = 'kernel32.dll';
User32 = 'user32.dll';
type
TGUID = record
D1: LongW
system.pas
unit System;
interface
const
Kernel32 = 'kernel32.dll';
User32 = 'user32.dll';
type
TGUID = record
D1: LongWord;
D2: Word;
D3: Word;
D4: array[0..7] of Byte;
e
_system.h
/*
* Copyright (c) 1997
* Moscow Center for SPARC Technology
*
* Copyright (c) 1999
* Boris Fomitchev
*
* This material is provided "as is", with absolutely no warranty expressed
* or
in_system.h
/**************************************************************
* Dummy Header for Unix to Windows NT portability
* Created for NTP package
*********************************************************
system.c
/* system.c - system file for stdlib */
/* Copyright 1992-1993 Wind River Systems, Inc. */
/*
modification history
--------------------
01c,08feb93,jdi documentation cleanup for 5.1.
01b,20sep92,s