Unit GetInfo

=============================================================================== GetInfo (c)1997 by RicoSoft Riccardo 'Rico' Pareschi - rico@mbox.4net.it =============================================================================== An extract from my System Invesigations (see on Delphi Super Page) to study how to build a DLL in Delphi 3 Please use, share & enjoy. ===============================================================================

Classes

Functions

DllVersion - - GetAllSystemInfo } {=============================================================================== This simple functions to test the string result of a function Borland suggest the use of shortstring to avoid the use of ShareMem.
GetAllSystemInfo - - Structure to hold the results } {$I SysInfo.

Types

Constants

Variables


Functions


function DllVersion: shortstring;

- GetAllSystemInfo } {=============================================================================== This simple functions to test the string result of a function Borland suggest the use of shortstring to avoid the use of ShareMem.

function GetAllSystemInfo: SystemInfoRecord;

- Structure to hold the results } {$I SysInfo.inc

- GetBiosInfo } {===============================================================================


Types


Constants


Variables