|
From: <cyc...@us...> - 2007-07-09 19:43:28
|
Revision: 2065
http://svn.sourceforge.net/jcl/?rev=2065&view=rev
Author: cycocrew
Date: 2007-07-09 12:43:26 -0700 (Mon, 09 Jul 2007)
Log Message:
-----------
Updated SysInfo.dtx, SysUtils.dtx and few other help files
Modified Paths:
--------------
trunk/help/Com.dtx
trunk/help/Counter.dtx
trunk/help/Hardlinks.dtx
trunk/help/IncludedFiles.dtx
trunk/help/IniFiles.dtx
trunk/help/Midi.dtx
trunk/help/SvcCtrl.dtx
trunk/help/SysInfo.dtx
trunk/help/SysUtils.dtx
trunk/help/winconst.inc
Modified: trunk/help/Com.dtx
===================================================================
--- trunk/help/Com.dtx 2007-07-09 17:46:58 UTC (rev 2064)
+++ trunk/help/Com.dtx 2007-07-09 19:43:26 UTC (rev 2065)
@@ -24,8 +24,8 @@
See also:
IsDCOMEnabled
GetDCOMVersion
-Quick info:
- Donator: Kevin S. Gallagher
+Donator:
+ Kevin S. Gallagher
--------------------------------------------------------------------------------
@@IsDCOMEnabled
<GROUP Windows.ComponentObjectModel.VersionUtilities>
@@ -39,8 +39,8 @@
If DCOM is installed the routine returns True, otherwise it returns False.
See also:
IsDCOMInstalled
-Quick info:
- Donator: Kevin S. Gallagher
+Donator:
+ Kevin S. Gallagher
--------------------------------------------------------------------------------
@@GetDCOMVersion
<GROUP Windows.ComponentObjectModel.VersionUtilities>
@@ -55,8 +55,8 @@
See also:
IsDCOMEnabled
IsDCOMInstalled
-Quick info:
- Donator: Kevin S. Gallagher
+Donator:
+ Kevin S. Gallagher
--------------------------------------------------------------------------------
@@GetMDACVersion
<GROUP Windows.ComponentObjectModel.VersionUtilities>
@@ -67,6 +67,6 @@
the target system.
Result:
The MDAC version in the form a.b.c.d
-Quick info:
- Donator: Kevin S. Gallagher
+Donator:
+ Kevin S. Gallagher
--------------------------------------------------------------------------------
Modified: trunk/help/Counter.dtx
===================================================================
--- trunk/help/Counter.dtx 2007-07-09 17:46:58 UTC (rev 2064)
+++ trunk/help/Counter.dtx 2007-07-09 19:43:26 UTC (rev 2065)
@@ -12,8 +12,8 @@
See also:
StartCount
StopCount
-Quick info:
- Donator: Theo Bebekis
+Donator:
+ Theo Bebekis
--------------------------------------------------------------------------------
@@TJclCounter.Create
Summary:
@@ -23,14 +23,14 @@
high performance counters the constructor raises an exception.
Parameters:
Compensate - If compensate is True the class internally determines the overhead
- associated with calling the user calling the Start and Stop methods and
- corrects the resulting time; thereby providing a more accurate timing.
- By default, for backwards compatibility, no compensation takes place.
+ associated with calling the user calling the Start and Stop methods and
+ corrects the resulting time; thereby providing a more accurate timing.
+ By default, for backwards compatibility, no compensation takes place.
See also:
StartCount
StopCount
-Quick info:
- Donator: Theo Bebekis
+Donator:
+ Theo Bebekis
--------------------------------------------------------------------------------
@@TJclCounter.Start
Summary:
@@ -41,8 +41,8 @@
the Stop method.
See also:
StartCount
-Quick info:
- Donator: Theo Bebekis
+Donator:
+ Theo Bebekis
--------------------------------------------------------------------------------
@@TJclCounter.Stop
Summary:
@@ -54,8 +54,8 @@
The elapsed time between Start and Stop calls. Unit is seconds.
See also:
StartCount
-Quick info:
- Donator: Theo Bebekis
+Donator:
+ Theo Bebekis
--------------------------------------------------------------------------------
@@TJclCounter.ElapsedTime
Summary:
@@ -64,8 +64,8 @@
ElpasedTime returns the elapsed time between the last Start and Stop calls. The
value is divided by the counter's frequency before returning so the unit is seconds.
During a counting operation, Counting equals True, ElapsedTimer is always 0.
-Quick info:
- Donator: Theo Bebekis
+Donator:
+ Theo Bebekis
--------------------------------------------------------------------------------
@@TJclCounter.Overhead
Summary:
@@ -73,8 +73,8 @@
Description:
Overhead returns the time it takes between issueing a Start/Stop and the
actual execution. The value is the number of ticks, not the number of seconds.
-Quick info:
- Donator: Theo Bebekis
+Donator:
+ Theo Bebekis
--------------------------------------------------------------------------------
@@TJclCounter.Counting
Summary:
@@ -84,8 +84,8 @@
Start has, but Stop hasn't, been called the return value is True. Immediately
after construction or after a call to Stop, Counting is False. When Counting is
True the ElapsedTime property is invalid.
-Quick info:
- Donator: Theo Bebekis
+Donator:
+ Theo Bebekis
--------------------------------------------------------------------------------
@@StartCount
<GROUP DateandTime.TimersandCounters>
@@ -99,15 +99,15 @@
Parameters:
Counter - Counter object instantiated by this function.
Compensate - If compensate is True the class internally determines the overhead
- associated with calling the user calling the Start and Stop methods and
- corrects the resulting time; thereby providing a more accurate timing.
- By default, for backwards compatibility, no compensation takes place.
+ associated with calling the user calling the Start and Stop methods and
+ corrects the resulting time; thereby providing a more accurate timing.
+ By default, for backwards compatibility, no compensation takes place.
Notes:
If the hardware does not support high performance resolution counters an exception is raised.
See also:
StopCount
-Quick info:
- Donator: Theo Bebekis
+Donator:
+ Theo Bebekis
--------------------------------------------------------------------------------
@@StopCount
<GROUP DateandTime.TimersandCounters>
@@ -123,5 +123,5 @@
The elapsed time since the counter was started, in seconds.
See also:
StartCount
-Quick info:
- Donator: Theo Bebekis
+Donator:
+ Theo Bebekis
\ No newline at end of file
Modified: trunk/help/Hardlinks.dtx
===================================================================
--- trunk/help/Hardlinks.dtx 2007-07-09 17:46:58 UTC (rev 2064)
+++ trunk/help/Hardlinks.dtx 2007-07-09 19:43:26 UTC (rev 2065)
@@ -1,13 +1,9 @@
-
@@Hardlinks.pas
-Summary
-\Unit <b>Hardlink</b> contains a translation of Windows API
-to create hard links for files and directories. These API are
-supported by Windows 2000 (Professional and Server), Windows
-XP (all flavors) and Windows 2003 Server.
-
-
-
-
-Donator
-Assarbad
+Summary:
+ Unit 'Hardlink' contains a translation of Windows API
+ to create hard links for files and directories. These API are
+ supported by Windows 2000 (Professional and Server), Windows
+ XP (all flavors) and Windows 2003 Server.
+Donator:
+ Assarbad
+--------------------------------------------------------------------------------
Modified: trunk/help/IncludedFiles.dtx
===================================================================
--- trunk/help/IncludedFiles.dtx 2007-07-09 17:46:58 UTC (rev 2064)
+++ trunk/help/IncludedFiles.dtx 2007-07-09 19:43:26 UTC (rev 2065)
@@ -1,137 +1,97 @@
-
@@jcl.inc
-\ \
-Summary
-The jcl.inc file is a source file that can be included by
-units written in object pascal:
+Summary:
+ The jcl.inc file is a source file that can be included by
+ units written in object pascal:
-{$INCLUDE jcl.inc} or {$I jcl.inc}
+ {$INCLUDE jcl.inc} or {$I jcl.inc}
+ In addition to the symbols defined in jedi.inc, this file
+ defines more compiler symbols to be used in conditional
+ compilation:
-
-In addition to the symbols defined in jedi.inc, this file
-defines more compiler symbols to be used in conditional
-compilation:
-
-
-
-MATH_EXTENDED_PRECISION
-
-MATH_DOUBLE_PRECISION
-
-MATH_SINGLE_PRECISION
-
-MATH_EXT_EXTREMEVALUES
-
-HOOK_DLL_EXCEPTIONS
-
-THREADSAFE
-
-DROP_OBSOLETE_CODE/KEEP_DEPRECATED
-
-UNITVERSIONING
-
-DEBUG_NO_BINARY
-
-DEBUG_NO_TD32
-
-DEBUG_NO_MAP
-
-DEBUG_NO_EXPORTS
-
-DEBUG_NO_SYMBOLS
-
-EDI_WEAK_PACKAGE_UNITS
-
-
-
+ MATH_EXTENDED_PRECISION
+ MATH_DOUBLE_PRECISION
+ MATH_SINGLE_PRECISION
+ MATH_EXT_EXTREMEVALUES
+ HOOK_DLL_EXCEPTIONS
+ THREADSAFE
+ DROP_OBSOLETE_CODE/KEEP_DEPRECATED
+ UNITVERSIONING
+ DEBUG_NO_BINARY
+ DEBUG_NO_TD32
+ DEBUG_NO_MAP
+ DEBUG_NO_EXPORTS
+ DEBUG_NO_SYMBOLS
+ EDI_WEAK_PACKAGE_UNITS
+--------------------------------------------------------------------------------
@@jcld10.net.inc
-\ \
-QuickInfo
-\Internal file included by jcl.inc.
-
-
-
-You should not directly modify the content of this file, all
-your changes will be lost the next time the JCL installer is
-launched.
-
+Summary:
+ Internal file included by jcl.inc.
+Notes:
+ You should not directly modify the content of this file, all
+ your changes will be lost the next time the JCL installer is
+ launched.
+--------------------------------------------------------------------------------
@@jcld10.inc
-QuickInfo
-\Internal file included by jcl.inc.
-
-
-
-You should not directly modify the content of this file, all
-your changes will be lost the next time the JCL installer is
-launched.
-
+Summary:
+ Internal file included by jcl.inc.
+Notes:
+ You should not directly modify the content of this file, all
+ your changes will be lost the next time the JCL installer is
+ launched.
+--------------------------------------------------------------------------------
@@jclcs1.inc
-QuickInfo
-\Internal file included by jcl.inc.
-
-
-
-You should not directly modify the content of this file, all
-your changes will be lost the next time the JCL installer is
-launched.
-
+Summary:
+ Internal file included by jcl.inc.
+Notes:
+ You should not directly modify the content of this file, all
+ your changes will be lost the next time the JCL installer is
+ launched.
+--------------------------------------------------------------------------------
@@jcld5.inc
-QuickInfo
-\Internal file included by jcl.inc.
-
-
-
-You should not directly modify the content of this file, all
-your changes will be lost the next time the JCL installer is
-launched.
-
+Summary:
+ Internal file included by jcl.inc.
+Notes:
+ You should not directly modify the content of this file, all
+ your changes will be lost the next time the JCL installer is
+ launched.
+--------------------------------------------------------------------------------
@@jcld6.inc
-QuickInfo
-\Internal file included by jcl.inc.
-
-
-
-You should not directly modify the content of this file, all
-your changes will be lost the next time the JCL installer is
-launched.
-
+Summary:
+ Internal file included by jcl.inc.
+Notes:
+ You should not directly modify the content of this file, all
+ your changes will be lost the next time the JCL installer is
+ launched.
+--------------------------------------------------------------------------------
@@jcld7.inc
-QuickInfo
-\Internal file included by jcl.inc.
-
-
-
-You should not directly modify the content of this file, all
-your changes will be lost the next time the JCL installer is
-launched.
-
+Summary:
+ Internal file included by jcl.inc.
+Notes:
+ You should not directly modify the content of this file, all
+ your changes will be lost the next time the JCL installer is
+ launched.
+--------------------------------------------------------------------------------
@@jcld8.inc
-QuickInfo
-\Internal file included by jcl.inc.
-
-
-
-You should not directly modify the content of this file, all
-your changes will be lost the next time the JCL installer is
-launched.
-
+Summary:
+ Internal file included by jcl.inc.
+Notes:
+ You should not directly modify the content of this file, all
+ your changes will be lost the next time the JCL installer is
+ launched.
+--------------------------------------------------------------------------------
@@jcld9.inc
-QuickInfo
-\Internal file included by jcl.inc.
-
-
-
-You should not directly modify the content of this file, all
-your changes will be lost the next time the JCL installer is
-launched.
-
+Summary:
+ Internal file included by jcl.inc.
+Notes:
+ You should not directly modify the content of this file, all
+ your changes will be lost the next time the JCL installer is
+ launched.
+--------------------------------------------------------------------------------
@@jcld9.net.inc
-QuickInfo
-\Internal file included by jcl.inc.
-
-
-
-You should not directly modify the content of this file, all
-your changes will be lost the next time the JCL installer is
-launched.
+Summary:
+ Internal file included by jcl.inc.
+Notes:
+ You should not directly modify the content of this file, all
+ your changes will be lost the next time the JCL installer is
+ launched.
\ No newline at end of file
Modified: trunk/help/IniFiles.dtx
===================================================================
--- trunk/help/IniFiles.dtx 2007-07-09 17:46:58 UTC (rev 2064)
+++ trunk/help/IniFiles.dtx 2007-07-09 19:43:26 UTC (rev 2065)
@@ -16,8 +16,8 @@
IniReadString
IniWriteInteger
IniWriteString
-Quick info:
- Donator: John C Molyneux
+Donator:
+ John C Molyneux
--------------------------------------------------------------------------------
@@IniWriteInteger
<GROUP RegistryandInifiles.Inifiles>
@@ -37,8 +37,8 @@
IniReadString
IniWriteBool
IniWriteString
-Quick info:
- Donator: John C Molyneux
+Donator:
+ John C Molyneux
--------------------------------------------------------------------------------
@@IniWriteString
<GROUP RegistryandInifiles.Inifiles>
@@ -58,8 +58,8 @@
IniReadString
IniWriteBool
IniWriteInteger
-Quick info:
- Donator: John C Molyneux
+Donator:
+ John C Molyneux
--------------------------------------------------------------------------------
@@IniReadBool
<GROUP RegistryandInifiles.Inifiles>
@@ -80,8 +80,8 @@
IniWriteBool
IniWriteInteger
IniWriteString
-Quick info:
- Donator: John C Molyneux
+Donator:
+ John C Molyneux
--------------------------------------------------------------------------------
@@IniReadInteger
<GROUP RegistryandInifiles.Inifiles>
@@ -102,8 +102,8 @@
IniWriteBool
IniWriteInteger
IniWriteString
-Quick info:
- Donator: John C Molyneux
+Donator:
+ John C Molyneux
--------------------------------------------------------------------------------
@@IniReadString
<GROUP RegistryandInifiles.Inifiles>
@@ -124,5 +124,5 @@
IniWriteBool
IniWriteInteger
IniWriteString
-Quick info:
- Donator: John C Molyneux
+Donator:
+ John C Molyneux
\ No newline at end of file
Modified: trunk/help/Midi.dtx
===================================================================
--- trunk/help/Midi.dtx 2007-07-09 17:46:58 UTC (rev 2064)
+++ trunk/help/Midi.dtx 2007-07-09 19:43:26 UTC (rev 2065)
@@ -1,16 +1,15 @@
@@IJclMIDIOut
<GROUP MultiMedia.MIDI>
-Donator: Robert Rossmair
+Donator:
+ Robert Rossmair
--------------------------------------------------------------------------------
@@IJclMIDIOut.Name
-
-Description
-Name is used to get the name of the MIDI receiver associated with the interface.
-
-Summary
-The name of the MIDI receiver.
-
-Donator: Robert Rossmair
+Summary:
+ The name of the MIDI receiver.
+Description:
+ Name is used to get the name of the MIDI receiver associated with the interface.
+Donator:
+ Robert Rossmair
--------------------------------------------------------------------------------
Modified: trunk/help/SvcCtrl.dtx
===================================================================
--- trunk/help/SvcCtrl.dtx 2007-07-09 17:46:58 UTC (rev 2064)
+++ trunk/help/SvcCtrl.dtx 2007-07-09 19:43:26 UTC (rev 2065)
@@ -5,27 +5,22 @@
--------------------------------------------------------------------------------
@@TJclServiceType
<GROUP Windows.ServiceControl>
-Description: Type of service.
-Donator: Flier Lu
-
+Description:
+ Type of service.
+Donator:
+ Flier Lu
@@TJclServiceType.stKernelDriver
The service is a device driver.
-
@@TJclServiceType.stFileSystemDriver
The service is a file system driver.
-
@@TJclServiceType.stAdapter
-\TODO
-
+TODO
@@TJclServiceType.stRecognizerDriver
-\TODO
-
+TODO
@@TJclServiceType.stWin32OwnProcess
The service runs in its own process.
-
@@TJclServiceType.stWin32ShareProcess
The service shares a process with other services.
-
@@TJclServiceType.stInteractiveProcess
The service can interact with the desktop.
--------------------------------------------------------------------------------
@@ -33,109 +28,114 @@
<GROUP Windows.ServiceControl>
Description:
Current state of the service.
-Donator: Flier Lu
-
+Donator:
+ Flier Lu
@@TJclServiceState.ssUnknown
The state of the service is unknown.
-
@@TJclServiceState.ssStopped
The service is not running.
-
@@TJclServiceState.ssStartPending
The service is starting.
-
@@TJclServiceState.ssStopPending
The service is stopping.
-
@@TJclServiceState.ssRunning
The service is running.
-
@@TJclServiceState.ssContinuePending
The service continue is pending.
-
@@TJclServiceState.ssPausePending
The service pause is pending.
-
@@TJclServiceState.ssPaused
The service is paused.
--------------------------------------------------------------------------------
@@TJclServiceStartType
<GROUP Windows.ServiceControl>
-Description: \TODO
-Donator: Flier Lu
-
+Description:
+ TODO
+Donator:
+ Flier Lu
@@TJclServiceStartType.sstBoot
// SERVICE_BOOT_START
-
@@TJclServiceStartType.sstSystem
// SERVICE_SYSTEM_START
-
@@TJclServiceStartType.sstAuto
// SERVICE_AUTO_START
-
@@TJclServiceStartType.sstDemand
// SERVICE_DEMAND_START
-
@@TJclServiceStartType.sstDisabled
// SERVICE_DISABLED
-
--------------------------------------------------------------------------------
@@TJclNtService
<GROUP Windows.ServiceControl>
-Description: \TODO
-Donator: Flier Lu
+Description:
+ TODO
+Donator:
+ Flier Lu
--------------------------------------------------------------------------------
@@TJclServiceGroup
<GROUP Windows.ServiceControl>
-Description: \TODO
-Donator: Flier Lu
+Description:
+ TODO
+Donator:
+ Flier Lu
--------------------------------------------------------------------------------
@@TJclSCManager
<GROUP Windows.ServiceControl>
-Description: \TODO
-Donator: Flier Lu
+Description:
+ TODO
+Donator:
+ Flier Lu
--------------------------------------------------------------------------------
@@GetServiceStatus@SC_HANDLE
<GROUP Windows.ServiceControl>
-Description: \TODO
+Description:
+ TODO
SeeAlso:
GetServiceStatusWaitingIfPending
-Donator: Anonymous
+Donator:
+ Anonymous
--------------------------------------------------------------------------------
@@GetServiceStatusWaitingIfPending@SC_HANDLE
<GROUP Windows.ServiceControl>
-Description: \TODO
-Donator: Anonymous
+Description:
+ TODO
+Donator:
+ Anonymous
--------------------------------------------------------------------------------
@@TJclServiceSortOrderType
<GROUP Windows.ServiceControl>
-Description: \TODO
-Donator: Flier Lu
+Description:
+ TODO
+Donator:
+ Flier Lu
--------------------------------------------------------------------------------
@@TJclServiceErrorControlType
<GROUP Windows.ServiceControl>
-Description: \TODO
-Donator: Flier Lu
+Description:
+ TODO
+Donator:
+ Flier Lu
--------------------------------------------------------------------------------
@@TJclServiceControlAccepted
<GROUP Windows.ServiceControl>
-Description: \TODO
-Donator: Flier Lu
-See Also: TJclServiceControlAccepteds
-
+Description:
+ TODO
+See Also:
+ TJclServiceControlAccepteds
+Donator:
+ Flier Lu
@@TJclServiceControlAccepted.caPauseContinue
The service can be paused and continued.
-
@@TJclServiceControlAccepted.caShutdown
The service is notified when system shutdown occurs.
-
@@TJclServiceControlAccepted.caStop
The service can be stopped.
--------------------------------------------------------------------------------
@@TJclServiceControlAccepteds
<GROUP Windows.ServiceControl>
-Description: TODO
-Donator: Flier Lu
-See Also: TJclServiceControlAccepted, TJclNtService.ControlsAccepted
---------------------------------------------------------------------------------
-
+Description:
+ TODO
+See Also:
+ TJclServiceControlAccepted, TJclNtService.ControlsAccepted
+Donator:
+ Flier Lu
+--------------------------------------------------------------------------------
\ No newline at end of file
Modified: trunk/help/SysInfo.dtx
===================================================================
--- trunk/help/SysInfo.dtx 2007-07-09 17:46:58 UTC (rev 2064)
+++ trunk/help/SysInfo.dtx 2007-07-09 19:43:26 UTC (rev 2065)
@@ -1,6 +1,6 @@
@@JclSysInfo.pas
<GROUP SystemInformationRoutines>
-Summary
+Summary:
This unit contains routines and classes to retrieve various pieces of system information.
Examples are the location of standard folders, settings of environment variables,
processor details and the OS version.
@@ -70,7 +70,8 @@
Notes:
On Windows NT/2000 there exists two processes with PIDs 0 and 2 (8 on Windows 2000) which do not map to an executable image file. The names of these processes are fabricated by the routine as "System Idle Process" and "System Process" respectively.
Donators:
- Petr Vones (Windows), Robert Rossmair (Unix)
+ Petr Vones (Windows)
+ Robert Rossmair (Unix)
--------------------------------------------------------------------------------
@@LoadedModulesList
<GROUP SystemInformationRoutines.ProcessesTasksandModules>
@@ -85,8 +86,8 @@
Result:
If the function it returns True, otherwise it returns False. In this latter case
the contents of the list are undefined.
-
-Donator: Petr Vones
+Donator:
+ Petr Vones
--------------------------------------------------------------------------------
@@GetTasksList
<GROUP SystemInformationRoutines.ProcessesTasksandModules>
@@ -102,8 +103,8 @@
Result:
If the function succeeds it returns True, otherwise it returns False. In this
latter case the contents of the list are undefined.
-
-Donator: Petr Vones
+Donator:
+ Petr Vones
--------------------------------------------------------------------------------
@@IsWindowResponding
<GROUP SystemInformationRoutines.ProcessesTasksandModules>
@@ -121,8 +122,8 @@
Result:
If the window is not responding the function returns False, otherwise it returns
True.
-
-Donator: Petr Vones
+Donator:
+ Petr Vones
--------------------------------------------------------------------------------
@@GetWindowIcon
<GROUP SystemInformationRoutines.ProcessesTasksandModules>
@@ -137,7 +138,8 @@
If the function succeeds it returns a handle to the requested icon, otherwise
it returns 0. In case of success you must release the handle by calling the
DestroyIcon API function.
-Donator: Petr Vones
+Donator:
+ Petr Vones
--------------------------------------------------------------------------------
@@TerminateTask
<GROUP SystemInformationRoutines.ProcessesTasksandModules>
@@ -154,8 +156,8 @@
message) it returns taClean. If the function had to terminate the application by
a call to TerminateProcess it returns taKill. If the function fails to terminate
the application it returns taError.
-
-Donator: Petr Vones
+Donator:
+ Petr Vones
--------------------------------------------------------------------------------
@@TerminateApp
<GROUP SystemInformationRoutines.ProcessesTasksandModules>
@@ -178,8 +180,8 @@
message) it returns taClean. If the function had to terminate the application by
a call to TerminateProcess it returns taKill. If the function fails to terminate
the application it returns taError.
-
-Donator: Petr Vones
+Donator:
+ Petr Vones
--------------------------------------------------------------------------------
@@GetProcessNameFromWnd
<GROUP SystemInformationRoutines.ProcessesTasksandModules>
@@ -198,8 +200,8 @@
See also:
GetPidFromProcessName
GetProcessNameFromPid
-
-Donator: Petr Vones
+Donator:
+ Petr Vones
--------------------------------------------------------------------------------
@@GetProcessNameFromPid
<GROUP SystemInformationRoutines.ProcessesTasksandModules>
@@ -216,8 +218,8 @@
See also:
GetProcessNameFromWnd
GetPidFromProcessName
-
-Donator: Marcel van Brakel
+Donator:
+ Marcel van Brakel
--------------------------------------------------------------------------------
@@GetShellProcessName
<GROUP SystemInformationRoutines.ProcessesTasksandModules>
@@ -231,8 +233,8 @@
The name of the shell process executable.
See also:
GetShellProcessHandle
-
-Donator: Marcel van Brakel
+Donator:
+ Marcel van Brakel
--------------------------------------------------------------------------------
@@GetShellProcessHandle
<GROUP SystemInformationRoutines.ProcessesTasksandModules>
@@ -247,8 +249,8 @@
function raises an exception (EOSError).
See also:
GetShellProcessName
-
-Donator: Marcel van Brakel
+Donator:
+ Marcel van Brakel
--------------------------------------------------------------------------------
@@GetPidFromProcessName
<GROUP SystemInformationRoutines.ProcessesTasksandModules>
@@ -269,8 +271,8 @@
See also:
GetProcessNameFromWnd
GetProcessNameFromPid
-
-Donator: Marcel van Brakel
+Donator:
+ Marcel van Brakel
--------------------------------------------------------------------------------
@@RoundToAllocGranularityPtr
<GROUP SystemInformationRoutines>
@@ -279,15 +281,15 @@
Description:
Some Win32 API routines that take pointer parameters require that the specified
address is a multiple of the allocation granularity. On current Intel platforms
- (x86) this is 64K. RoundToAllocGranularityPtr rounds the given 32 bit address
+ (x86) this is 64K. RoundToAllocGranularityPtr rounds the given 32 bit address
to a system defined allocation granularity boundary. You can have the function
round upwards or downwards by specifying True or False for the Up parameter
respectively. This function also exists for 64 bit pointers.
Parameters:
Value - The address to adjust.
Up - If True the function rounds the address up to the next multiple of the allocation granularity, if False it rounds the address down to the previous multiple of the allocation granularity.
-
-Donator: Wim De Cleen
+Donator:
+ Wim De Cleen
--------------------------------------------------------------------------------
@@ProcessorCount
<GROUP SystemInformationRoutines.Hardware>
@@ -296,8 +298,8 @@
Description:
ProcessorCount contains the number of processors in the system. Initialized during
unit initialization.
-
-Donator: Marcel van Brakel
+Donator:
+ Marcel van Brakel
--------------------------------------------------------------------------------
@@AllocGranularity
<GROUP SystemInformationRoutines.Memory>
@@ -305,8 +307,8 @@
Systems memory allocation granularity.
Description:
AllocGranularity contains the systems virtual memory allocation granularity.
-
-Donator: Marcel van Brakel
+Donator:
+ Marcel van Brakel
--------------------------------------------------------------------------------
@@PageSize
<GROUP SystemInformationRoutines.Memory>
@@ -328,7 +330,7 @@
Result:
The current directory for the calling process or an empty string on failure.
Note:
- Requires shell v 5.00 and upwards.
+ Requires shell v5.00 and upwards.
See also:
GetCommonFilesFolder
GetCurrentFolder
@@ -358,8 +360,8 @@
GetCookiesFolder
GetHistoryFolder
GetProgramsFolder
-
-Donator: Jean-Fabien Connault
+Donator:
+ Jean-Fabien Connault
--------------------------------------------------------------------------------
@@GetCurrentFolder
<GROUP SystemInformationRoutines.CommonFolders>
@@ -369,8 +371,9 @@
GetCurrentFolder returns the current directory (folder) for the calling process.
Result:
The current directory for the calling process or an empty string on failure.
-
-Donators: Robert Marquardt (Win32), Robert Rossmair (Unix)
+Donators:
+ Robert Marquardt (Win32)
+ Robert Rossmair (Unix)
--------------------------------------------------------------------------------
@@DelEnvironmentVar
<GROUP SystemInformationRoutines.Environment>
@@ -388,8 +391,9 @@
GetEnvironmentVar
GetEnvironmentVars
SetEnvironmentVar
-
-Donators: Marcel van Brakel (Win32), Andr\xE9 Snepvangers (Unix)
+Donators:
+ Marcel van Brakel (Win32)
+ Andr\xE9 Snepvangers (Unix)
--------------------------------------------------------------------------------
@@ExpandEnvironmentVar
<GROUP SystemInformationRoutines.Environment>
@@ -410,8 +414,9 @@
GetEnvironmentVar
GetEnvironmentVars
SetEnvironmentVar
-
-Donators: Marcel van Brakel (Win32), Andr\xE9 Snepvangers (Unix)
+Donators:
+ Marcel van Brakel (Win32)
+ Andr\xE9 Snepvangers (Unix)
--------------------------------------------------------------------------------
@@GetEnvironmentVar
<GROUP SystemInformationRoutines.Environment>
@@ -434,8 +439,9 @@
ExpandEnvironmentVar
GetEnvironmentVars
SetEnvironmentVar
-
-Donators: Marcel van Brakel (Win32), Andr\xE9 Snepvangers (Unix)
+Donators:
+ Marcel van Brakel (Win32)
+ Andr\xE9 Snepvangers (Unix)
--------------------------------------------------------------------------------
@@GetEnvironmentVars
<GROUP SystemInformationRoutines.Environment>
@@ -461,8 +467,9 @@
ExpandEnvironmentVar
GetEnvironmentVar
SetEnvironmentVar
-
-Donators: Marcel van Brakel (Win32), Robert Rossmair (Unix)
+Donators:
+ Marcel van Brakel (Win32)
+ Robert Rossmair (Unix)
--------------------------------------------------------------------------------
@@SetEnvironmentVar
<GROUP SystemInformationRoutines.Environment>
@@ -481,8 +488,9 @@
ExpandEnvironmentVar
GetEnvironmentVar
GetEnvironmentVars
-
-Donators: Marcel van Brakel (Win32), Andr\xE9 Snepvangers (Unix)
+Donators:
+ Marcel van Brakel (Win32)
+ Andr\xE9 Snepvangers (Unix)
--------------------------------------------------------------------------------
@@TWindowsVersion
<GROUP SystemInformationRoutines.VersionInformation>
@@ -492,8 +500,8 @@
Enumeration of Windows versions. Used as function result by GetWindowsVersion
See also:
GetWindowsVersion
-
-Donator: Marcel van Brakel
+Donator:
+ Marcel van Brakel
@@TWindowsVersion.wvUnknown
Unknown Windows version. This can happen when a new Windows version is released
after JCL or if you are running a Windows version with a different build number
@@ -547,8 +555,8 @@
IsWinVista
IsWinServer2008
NtProductType
-
-Donator: Marcel van Brakel
+Donator:
+ Marcel van Brakel
--------------------------------------------------------------------------------
@@GetOSVersionString
<GROUP SystemInformationRoutines.VersionInformation>
@@ -561,9 +569,10 @@
The operating sytem version and release/service pack information as a string,
or an empty string if the OS is not recognized.
See also:
- GetWindowsVersionString, GetWindowsServicePackVersionString
-
-Donator: Robert Rossmair
+ GetWindowsVersionString
+ GetWindowsServicePackVersionString
+Donator:
+ Robert Rossmair
--------------------------------------------------------------------------------
@@GetWindowsVersionString
<GROUP SystemInformationRoutines.VersionInformation>
@@ -575,8 +584,8 @@
The Windows version as a string or an empty string if the OS is not recognized.
See also:
GetWindowsVersion
-
-Donator: Jean-Fabien Connault
+Donator:
+ Jean-Fabien Connault
--------------------------------------------------------------------------------
@@GetWindowsServicePackVersion
<GROUP SystemInformationRoutines.VersionInformation>
@@ -588,9 +597,10 @@
The major version number of the latest installed Service Pack. In case of failure, or it
no Service Pack is installed, the function returns 0.
See Also:
- GetWindowsVersion, GetWindowsServicePackVersionString
-
-Donator: Jean-Fabien Connault
+ GetWindowsVersion
+ GetWindowsServicePackVersionString
+Donator:
+ Jean-Fabien Connault
--------------------------------------------------------------------------------
@@GetWindowsServicePackVersionString
Summary:
@@ -601,9 +611,10 @@
The major version number of the latest installed Service Pack. In case of failure, or if
no Service Pack is installed, the function returns an empty string.
See Also:
- GetWindowsServicePackVersion, GetWindowsVersionString
-
-Donator: Jean-Fabien Connault
+ GetWindowsServicePackVersion
+ GetWindowsVersionString
+Donator:
+ Jean-Fabien Connault
--------------------------------------------------------------------------------
@@TestFDIVInstruction
<GROUP SystemInformationRoutines.Hardware>
@@ -621,8 +632,8 @@
TCpuInfo
TestFDIVInstruction
GetCpuSpeed
-
-Donator: Bryan Coutch
+Donator:
+ Bryan Coutch
--------------------------------------------------------------------------------
@@CPUID
<GROUP SystemInformationRoutines.Hardware>
@@ -640,8 +651,8 @@
TCpuInfo
TestFDIVInstruction
GetCpuSpeed
-
-Donator: Bryan Coutch
+Donator:
+ Bryan Coutch
--------------------------------------------------------------------------------
@@GetCpuSpeed
<GROUP SystemInformationRoutines.Hardware>
@@ -659,8 +670,8 @@
See also:
GetCpuInfo
TFreqInfo
-
-Donator: Bryan Coutch
+Donator:
+ Bryan Coutch
--------------------------------------------------------------------------------
@@RoundFrequency
<GROUP SystemInformationRoutines.Hardware>
@@ -674,8 +685,8 @@
Frequency - The frequency to round (normalize) in MHz.
Result:
The normalized frequency in MHz.
-
-Donator: Bryan Coutch
+Donator:
+ Bryan Coutch
--------------------------------------------------------------------------------
@@GetMacAddresses
<GROUP SystemInformationRoutines.Hardware>
@@ -695,8 +706,8 @@
failure the function returns -1 and the Addresses list will be empty.
Notes:
This function is an adapted conversion from the Platform SDK example described in knowledge base article Q118623.
-
-Donator: Marcel van Brakel
+Donator:
+ Marcel van Brakel
--------------------------------------------------------------------------------
@@ReadTimeStampCounter
<GROUP SystemInformationRoutines.Hardware>
@@ -714,8 +725,8 @@
The current value of the time stamp counter.
Notes:
This instruction is only available on Pentium (and higher) processors.
-
-Donator: Azret Botash
+Donator:
+ Azret Botash
--------------------------------------------------------------------------------
@@GetVolumeSerialNumber
<GROUP SystemInformationRoutines.Identification>
@@ -729,8 +740,8 @@
Result:
If the function succeeds it returns the serial number of the specified volume.
If the function fails it returns an empty string.
-
-Donator: John C Molyneux
+Donator:
+ John C Molyneux
--------------------------------------------------------------------------------
@@GetVolumeFileSystem
<GROUP SystemInformationRoutines.Identification>
@@ -745,8 +756,8 @@
Result:
If the function succeeds it returns the name of the filesystem of the specified
volume. If the function fails it returns an empty string.
-
-Donator: John C Molyneux
+Donator:
+ John C Molyneux
--------------------------------------------------------------------------------
@@GetVolumeName
<GROUP SystemInformationRoutines.Identification>
@@ -760,8 +771,8 @@
Result:
If the function succeeds it returns the name of the specified volume.
If the function fails it returns an empty string.
-
-Donator: John C Molyneux
+Donator:
+ John C Molyneux
--------------------------------------------------------------------------------
@@GetIPAddress
<GROUP SystemInformationRoutines.Identification>
@@ -779,8 +790,8 @@
Result:
If the function succeeds it returns the IP address of the specified host in the
dotted decimal notation. If the function fails it returns an empty string.
-
-Donator: John C Molyneux
+Donator:
+ John C Molyneux
--------------------------------------------------------------------------------
@@TIntelSpecific
<GROUP SystemInformationRoutines.Hardware>
@@ -788,8 +799,8 @@
Describes the cache of an Intel processor.
Description:
Describes the cache of an Intel processor.
-
-Donator: Bryan Coutch
+Donator:
+ Bryan Coutch
@@TIntelSpecific.L2Cache
Size of the level 2 cache in Kb.
@@TIntelSpecific.CacheDescriptors
@@ -801,8 +812,8 @@
Describes the cache of a Cyrix processor.
Description:
Describes the cache of a Cyrix processor.
-
-Donator: Bryan Coutch
+Donator:
+ Bryan Coutch
@@TCyrixSpecific.L1CacheInfo
Describes the level 1 cache. If an entry contains the value $80 it denotes a '16KB L1 Cache, 4-way set associative, 16 byte line size' cache.
@@TCyrixSpecific.TLBInfo
@@ -814,8 +825,8 @@
Describes the cache of an AMD processor.
Description:
Describes the cache of an AMD processor.
-
-Donator: Bryan Coutch
+Donator:
+ Bryan Coutch
@@TAMDSpecific.DataTLB
Describes the Data TLB. The entries have the following meaning: * DataTLB[0] Contains the number of TLB entries while * DataTLB[1] Contains the associativity ($FF denotes fully associative TLB)
@@TAMDSpecific.InstructionTLB
@@ -831,8 +842,8 @@
The IntelCacheDescription global variable uses this type to provide a mapping from a cache descriptor to a cache entry description.
Description:
The IntelCacheDescription global variable uses this type to provide a mapping from a cache descriptor to a cache entry description.
-
-Donator: Bryan Coutch
+Donator:
+ Bryan Coutch
@@TCacheInfo.D
Descriptor used to match a cache descriptor to it's representative string.
@@TCacheInfo.I
@@ -844,8 +855,8 @@
Record used as a field in the TCpuInfo record which contains frequency information about the CPU. This information is calculated when you call GetCpuInfo.
Description:
Record used as a field in the TCpuInfo record which contains frequency information about the CPU. This information is calculated when you call GetCpuInfo.
-
-Donator: Bryan Coutch
+Donator:
+ Bryan Coutch
@@TFreqInfo.RawFreq
The raw frequency of the CPU in MHz.
@@TFreqInfo.NormFreq
@@ -861,8 +872,8 @@
The TCpuInfo record is used by GetCpuInfo and returns the requested processor information.
Description:
The TCpuInfo record is used by GetCpuInfo and returns the requested processor information.
-
-Donator: Bryan Coutch
+Donator:
+ Bryan Coutch
@@TCpuInfo.HasInstruction
True if the processor supports CPU identification instructions. If False the MMX, Features and FrequencyInfo fields do not contain valid data.
@@TCpuInfo.MMX
@@ -912,8 +923,8 @@
AMD AM486 to Athlon, Cyrix Media GX to 6x86MX, and Crusoe.
Parameters:
CpuInfo - Record to receive processor information.
-
-Donator: Bryan Coutch
+Donator:
+ Bryan Coutch
--------------------------------------------------------------------------------
@@GetIntelCacheDescription
<GROUP SystemInformationRoutines.Hardware>
@@ -929,8 +940,8 @@
available the function returns an empty string.
See also:
TIntelSpecific
-
-Donator: Marcel van Brakel
+Donator:
+ Marcel van Brakel
--------------------------------------------------------------------------------
@@GetCommonFilesFolder
<GROUP SystemInformationRoutines.CommonFolders>
@@ -946,8 +957,8 @@
You can use the SHGetFolderPath API function to get many more common directories.
See also:
GetProgramFilesFolder
-
-Donator: Carl Clark
+Donator:
+ Carl Clark
--------------------------------------------------------------------------------
@@GetLocalComputerName
<GROUP SystemInformationRoutines.Identification>
@@ -964,8 +975,9 @@
If you're running Windows 2000 you can use the GetComputerNameEx function for more detailed control over exactly which name you want.
See also:
GetLocalUserName
-
-Donators: Nick Hodges (Win32), Andr\xE9 Snepvangers (Unix)
+Donators:
+ Nick Hodges (Win32)
+ Andr\xE9 Snepvangers (Unix)
--------------------------------------------------------------------------------
@@GetLocalUserName
<GROUP SystemInformationRoutines.Identification>
@@ -982,8 +994,9 @@
the format of the returned name.
See also:
GetLocalComputerName
-
-Donators: Nick Hodges (Win32), Andr\xE9 Snepvangers (Unix)
+Donators:
+ Nick Hodges (Win32)
+ Andr\xE9 Snepvangers (Unix)
--------------------------------------------------------------------------------
@@GetProgramFilesFolder
<GROUP SystemInformationRoutines.CommonFolders>
@@ -999,8 +1012,8 @@
You can use the SHGetFolderPath API function to get many more common directories.
See also:
GetCommonFilesFolder
-
-Donator: Carl Clark
+Donator:
+ Carl Clark
--------------------------------------------------------------------------------
@@GetRegisteredCompany
<GROUP SystemInformationRoutines.Identification>
@@ -1013,8 +1026,8 @@
The registered company string or an empty string on failure.
See also:
GetRegisteredOwner
-
-Donator: Nick Hodges
+Donator:
+ Nick Hodges
--------------------------------------------------------------------------------
@@GetRegisteredOwner
<GROUP SystemInformationRoutines.Identification>
@@ -1026,8 +1039,8 @@
The registered owner string or an empty string on failure.
See also:
GetRegisteredCompany
-
-Donator: Nick Hodges
+Donator:
+ Nick Hodges
--------------------------------------------------------------------------------
@@GetBIOSDate
<GROUP SystemInformationRoutines.Identification>
@@ -1044,8 +1057,8 @@
GetBIOSName
GetBIOSCopyright
GetBIOSExtendedInfo
-
-Donator: Peter Friese
+Donator:
+ Peter Friese
--------------------------------------------------------------------------------
@@GetBIOSName
<GROUP SystemInformationRoutines.Identification>
@@ -1065,8 +1078,8 @@
GetBIOSDate
GetBIOSCopyright
GetBIOSExtendedInfo
-
-Donator: James Azarja
+Donator:
+ James Azarja
--------------------------------------------------------------------------------
@@GetBIOSCopyright
<GROUP SystemInformationRoutines.Identification>
@@ -1080,8 +1093,8 @@
GetBIOSDate
GetBIOSName
GetBIOSExtendedInfo
-
-Donator: James Azarja
+Donator:
+ James Azarja
--------------------------------------------------------------------------------
@@GetBIOSExtendedInfo
<GROUP SystemInformationRoutines.Identification>
@@ -1095,8 +1108,8 @@
GetBIOSDate
GetBIOSName
GetBIOSCopyright
-
-Donator: James Azarja
+Donator:
+ James Azarja
--------------------------------------------------------------------------------
@@GetWindowsFolder
<GROUP SystemInformationRoutines.CommonFolders>
@@ -1111,7 +1124,6 @@
The Windows directory or an empty string on failure.
See also:
GetWindowsSystemFolder
-
Donator: Petr Vones
--------------------------------------------------------------------------------
@@GetWindowsSystemFolder
@@ -1127,8 +1139,8 @@
The Windows system directory or an empty string on failure.
See also:
GetWindowsFolder
-
-Donator: Petr Vones
+Donator:
+ Petr Vones
--------------------------------------------------------------------------------
@@GetWindowsTempFolder
<GROUP SystemInformationRoutines.CommonFolders>
@@ -1141,8 +1153,8 @@
directory and for Windows NT/2000 the result is the Windows directory.
Result:
The Windows folder designated for temporary files.
-
-Donator: Nick Hodges
+Donator:
+ Nick Hodges
--------------------------------------------------------------------------------
@@IsWin95
<GROUP SystemInformationRoutines.VersionInformation>
@@ -1156,8 +1168,8 @@
<link IsWin95> <link IsWin95OSR2> <link IsWin98> <link IsWin98SE> <link IsWinME> <link IsWinNT>
<link IsWinNT3> <link IsWinNT31> <link IsWinNT35> <link IsWinNT351> <link IsWinNT4>
<link IsWin2K> <link IsWinXP> <link IsWin2003> <link IsWinVista> <link IsWinServer2008>
-
-Donator: Nick Hodges
+Donator:
+ Nick Hodges
--------------------------------------------------------------------------------
@@IsWin95OSR2
<GROUP SystemInformationRoutines.VersionInformation>
@@ -1171,8 +1183,8 @@
<link IsWin95> <link IsWin98> <link IsWin98SE> <link IsWinME> <link IsWinNT>
<link IsWinNT3> <link IsWinNT31> <link IsWinNT35> <link IsWinNT351> <link IsWinNT4>
<link IsWin2K> <link IsWinXP> <link IsWin2003> <link IsWinVista> <link IsWinServer2008>
-
-Donator: Nick Hodges
+Donator:
+ Nick Hodges
--------------------------------------------------------------------------------
@@IsWin98
<GROUP SystemInformationRoutines.VersionInformation>
@@ -1186,8 +1198,8 @@
<link IsWin95> <link IsWin95OSR2> <link IsWin98SE> <link IsWinME> <link IsWinNT>
<link IsWinNT3> <link IsWinNT31> <link IsWinNT35> <link IsWinNT351> <link IsWinNT4>
<link IsWin2K> <link IsWinXP> <link IsWin2003> <link IsWinVista> <link IsWinServer2008>
-
-Donator: Nick Hodges
+Donator:
+ Nick Hodges
--------------------------------------------------------------------------------
@@IsWin98SE
<GROUP SystemInformationRoutines.VersionInformation>
@@ -1201,8 +1213,8 @@
<link IsWin95> <link IsWin95OSR2> <link IsWin98> <link IsWinME> <link IsWinNT>
<link IsWinNT3> <link IsWinNT31> <link IsWinNT35> <link IsWinNT351> <link IsWinNT4>
<link IsWin2K> <link IsWinXP> <link IsWin2003> <link IsWinVista> <link IsWinServer2008>
-
-Donator: Nick Hodges
+Donator:
+ Nick Hodges
--------------------------------------------------------------------------------
@@IsWinME
<GROUP SystemInformationRoutines.VersionInformation>
@@ -1216,8 +1228,8 @@
<link IsWin95> <link IsWin95OSR2> <link IsWin98> <link IsWin98SE> <link IsWinNT>
<link IsWinNT3> <link IsWinNT31> <link IsWinNT35> <link IsWinNT351> <link IsWinNT4>
<link IsWin2K> <link IsWinXP> <link IsWin2003> <link IsWinVista> <link IsWinServer2008>
-
-Donator: Nick Hodges
+Donator:
+ Nick Hodges
--------------------------------------------------------------------------------
@@IsWinNT
<GROUP SystemInformationRoutines.VersionInformation>
@@ -1234,8 +1246,8 @@
<link IsWin95> <link IsWin95OSR2> <link IsWin98> <link IsWin98SE> <link IsWinME>
<link IsWinNT3> <link IsWinNT31> <link IsWinNT35> <link IsWinNT351> <link IsWinNT4>
<link IsWin2K> <link IsWinXP> <link IsWin2003> <link IsWinVista> <link IsWinServer2008>
-
-Donator: Nick Hodges
+Donator:
+ Nick Hodges
--------------------------------------------------------------------------------
@@IsWinNT3
<GROUP SystemInformationRoutines.VersionInformation>
@@ -1250,8 +1262,8 @@
<link IsWinNT31> <link IsWinNT35> <link IsWinNT351> <link IsWinNT4>
<link IsWin2K> <link IsWinXP> <link IsWin2003> <link IsWinVista> <link IsWinServer2008>
<link NtProductType>
-
-Donator: Nick Hodges
+Donator:
+ Nick Hodges
--------------------------------------------------------------------------------
@@IsWinNT31
<GROUP SystemInformationRoutines.VersionInformation>
@@ -1266,8 +1278,8 @@
<link IsWinNT3> <link IsWinNT35> <link IsWinNT351> <link IsWinNT4>
<link IsWin2K> <link IsWinXP> <link IsWin2003> <link IsWinVista> <link IsWinServer2008>
<link NtProductType>
-
-Donator: Nick Hodges
+Donator:
+ Nick Hodges
--------------------------------------------------------------------------------
@@IsWinNT35
<GROUP SystemInformationRoutines.VersionInformation>
@@ -1282,8 +1294,8 @@
<link IsWinNT3> <link IsWinNT31> <link IsWinNT351> <link IsWinNT4>
<link IsWin2K> <link IsWinXP> <link IsWin2003> <link IsWinVista> <link IsWinServer2008>
<link NtProductType>
-
-Donator: Nick Hodges
+Donator:
+ Nick Hodges
--------------------------------------------------------------------------------
@@IsWinNT351
<GROUP SystemInformationRoutines.VersionInformation>
@@ -1298,8 +1310,8 @@
<link IsWinNT3> <link IsWinNT31> <link IsWinNT35> <link IsWinNT4>
<link IsWin2K> <link IsWinXP> <link IsWin2003> <link IsWinVista> <link IsWinServer2008>
<link NtProductType>
-
-Donator: Nick Hodges
+Donator:
+ Nick Hodges
--------------------------------------------------------------------------------
@@IsWinNT4
<GROUP SystemInformationRoutines.VersionInformation>
@@ -1314,8 +1326,8 @@
<link IsWinNT3> <link IsWinNT31> <link IsWinNT35> <link IsWinNT351>
<link IsWin2K> <link IsWinXP> <link IsWin2003> <link IsWinVista> <link IsWinServer2008>
<link NtProductType>
-
-Donator: Nick Hodges
+Donator:
+ Nick Hodges
--------------------------------------------------------------------------------
@@IsWin2K
<GROUP SystemInformationRoutines.VersionInformation>
@@ -1330,8 +1342,8 @@
<link IsWinNT3> <link IsWinNT31> <link IsWinNT35> <link IsWinNT351> <link IsWinNT4>
<link IsWinXP> <link IsWin2003> <link IsWinVista> <link IsWinServer2008>
<link NtProductType>
-
-Donator: Marcel van Brakel
+Donator:
+ Marcel van Brakel
--------------------------------------------------------------------------------
@@IsWinXP
<GROUP SystemInformationRoutines.VersionInformation>
@@ -1346,6 +1358,8 @@
<link IsWinNT3> <link IsWinNT31> <link IsWinNT35> <link IsWinNT351> <link IsWinNT4>
<link IsWin2k> <link IsWin2003> <link IsWinVista> <link IsWinServer2008>
<link NtProductType>
+Donator:
+ Petr Vones
--------------------------------------------------------------------------------
@@IsWin2003
<GROUP SystemInformationRoutines.VersionInformation>
@@ -1360,8 +1374,8 @@
<link IsWinNT3> <link IsWinNT31> <link IsWinNT35> <link IsWinNT351> <link IsWinNT4>
<link IsWin2k> <link IsWinXP> <link IsWinVista> <link IsWinServer2008>
<link NtProductType>
-
-Donator: Petr Vones
+Donator:
+ Petr Vones
--------------------------------------------------------------------------------
@@IsWinVista
<GROUP SystemInformationRoutines.VersionInformation>
@@ -1376,8 +1390,8 @@
<link IsWinNT3> <link IsWinNT31> <link IsWinNT35> <link IsWinNT351> <link IsWinNT4>
<link IsWin2k> <link IsWinXP> <link IsWin2003> <link IsWinServer2008>
<link NtProductType>
-
-Donator: Florent Ouchet
+Donator:
+ Florent Ouchet
--------------------------------------------------------------------------------
@@IsWinServer2008
<GROUP SystemInformationRoutines.VersionInformation>
@@ -1392,8 +1406,8 @@
<link IsWinNT3> <link IsWinNT31> <link IsWinNT35> <link IsWinNT351> <link IsWinNT4>
<link IsWin2k> <link IsWinXP> <link IsWinVista> <link IsWinServer2008>
<link NtProductType>
-
-Donator: Florent Ouchet
+Donator:
+ Florent Ouchet
--------------------------------------------------------------------------------
@@NtProductType
<GROUP SystemInformationRoutines.VersionInformation>
@@ -1420,9 +1434,11 @@
<link IsWinNT> <link IsWinNT3> <link IsWinNT31> <link IsWinNT35> <link IsWinNT351>
<link IsWinNT4> <link IsWin2k> <link IsWinXP> <link IsWin2003> <link IsWinVista>
<link IsWinServer2008> <link NtProductType>
-
-Donator: Marcel van Brakel
- Contributors: Scott Price, Jean-Fabien Connault
+Donator:
+ Marcel van Brakel
+Contributors:
+ Scott Price
+ Jean-Fabien Connault
--------------------------------------------------------------------------------
@@NtProductTypeString
<GROUP SystemInformationRoutines.VersionInformation>
@@ -1434,8 +1450,8 @@
The NT product type as a string or an empty string if the product type is not recognized.
See also:
NtProductType
-
-Donator: Jean-Fabien Connault
+Donator:
+ Jean-Fabien Connault
--------------------------------------------------------------------------------
@@CreateEnvironmentBlock
<GROUP SystemInformationRoutines.Environment>
@@ -1460,8 +1476,8 @@
CreateProcAsUserEx
CreateProcAsUser
TEnvironmentOptions
-
-Donator: Peter Friese
+Donator:
+ Peter Friese
--------------------------------------------------------------------------------
@@TEnvironmentOption
<GROUP SystemInformationRoutines.Environment>
@@ -1526,7 +1542,8 @@
GetUserDomainName
GetLocalUserName
Donators:
- Peter Friese (Win32), Andr\xE9 Snepvangers (Unix)
+ Peter Friese (Win32)
+ Andr\xE9 Snepvangers (Unix)
--------------------------------------------------------------------------------
@@GetDesktopFolder
<GROUP SystemInformationRoutines.CommonFolders>
@@ -1567,7 +1584,8 @@
GetCookiesFolder
GetHistoryFolder
GetProgramsFolder
-Donator: Peter Friese
+Donator:
+ Peter Friese
--------------------------------------------------------------------------------
@@GetProgramsFolder
<GROUP SystemInformationRoutines.CommonFolders>
@@ -1612,7 +1630,8 @@
GetInternetCacheFolder
GetCookiesFolder
GetHistoryFolder
-Donator: Peter Friese
+Donator:
+ Peter Friese
--------------------------------------------------------------------------------
@@GetPersonalFolder
<GROUP SystemInformationRoutines.CommonFolders>
@@ -1653,7 +1672,9 @@
GetCookiesFolder
GetHistoryFolder
GetProgramsFolder
-Donators: Peter Friese (Win32), Andr\xE9 Snepvangers (Unix)
+Donators:
+ Peter Friese (Win32)
+ Andr\xE9 Snepvangers (Unix)
--------------------------------------------------------------------------------
@@GetFavoritesFolder
<GROUP SystemInformationRoutines.CommonFolders>
@@ -1695,7 +1716,8 @@
GetCookiesFolder
GetHistoryFolder
GetProgramsFolder
-Donator: Peter Friese
+Donator:
+ Peter Friese
--------------------------------------------------------------------------------
@@GetStartupFolder
<GROUP SystemInformationRoutines.CommonFolders>
@@ -1709,7 +1731,7 @@
Result:
A string containing the local path to the current user's startup files folder.
See also:
- <LINK GetCommonFilesFolder1,GetCommonFilesFolder>
+ GetCommonFilesFolder
GetCurrentFolder
GetProgramFilesFolder
GetWindowsFolder
@@ -1737,8 +1759,8 @@
GetCookiesFolder
GetHistoryFolder
GetProgramsFolder
-
-Donator: Peter Friese
+Donator:
+ Peter Friese
--------------------------------------------------------------------------------
@@GetRecentFolder
<GROUP SystemInformationRoutines.CommonFolders>
@@ -1780,8 +1802,8 @@
GetCookiesFolder
GetHistoryFolder
GetProgramsFolder
-
-Donator: Peter Friese
+Donator:
+ Peter Friese
--------------------------------------------------------------------------------
@@GetSendToFolder
<GROUP SystemInformationRoutines.CommonFolders>
@@ -1822,8 +1844,8 @@
GetCookiesFolder
GetHistoryFolder
GetProgramsFolder
-
-Donator: Peter Friese
+Donator:
+ Peter Friese
--------------------------------------------------------------------------------
@@GetStartmenuFolder
<GROUP SystemInformationRoutines.CommonFolders>
@@ -1864,8 +1886,8 @@
GetCookiesFolder
GetHistoryFolder
GetProgramsFolder
-
-Donator: Peter Friese
+Donator:
+ Peter Friese
--------------------------------------------------------------------------------
@@GetDesktopDirectoryFolder
<GROUP SystemInformationRoutines.CommonFolders>
@@ -1908,8 +1930,8 @@
GetCookiesFolder
GetHistoryFolder
GetProgramsFolder
-
-Donator: Peter Friese
+Donator:
+ Peter Friese
--------------------------------------------------------------------------------
@@GetNethoodFolder
<GROUP SystemInformationRoutines.CommonFolders>
@@ -1951,8 +1973,8 @@
GetCookiesFolder
GetHistoryFolder
GetProgramsFolder
-
-Donator: Peter Friese
+Donator:
+ Peter Friese
--------------------------------------------------------------------------------
@@GetFontsFolder
<GROUP SystemInformationRoutines.CommonFolders>
@@ -1992,8 +2014,8 @@
GetCookiesFolder
GetHistoryFolder
GetProgramsFolder
-
-Donator: Peter Friese
+Donator:
+ Peter Friese
--------------------------------------------------------------------------------
@@GetCommonStartmenuFolder
<GROUP SystemInformationRoutines.CommonFolders>
@@ -2036,8 +2058,8 @@
GetCookiesFolder
GetHistoryFolder
GetProgramsFolder
-
-Donator: Peter Friese
+Donator:
+ Peter Friese
--------------------------------------------------------------------------------
@@GetCommonProgramsFolder
<GROUP SystemInformationRoutines.CommonFolders>
@@ -2080,8 +2102,8 @@
GetCookiesFolder
GetHistoryFolder
GetProgramsFolder
-
-Donator: Peter Friese
+Donator:
+ Peter Friese
--------------------------------------------------------------------------------
@@GetCommonStartupFolder
<GROUP SystemInformationRoutines.CommonFolders>
@@ -2124,8 +2146,8 @@
GetCookiesFolder
GetHistoryFolder
GetProgramsFolder
-
-Donator: Peter Friese
+Donator:
+ Peter Friese
--------------------------------------------------------------------------------
@@GetCommonDesktopdirectoryFolder
<GROUP SystemInformationRoutines.CommonFolders>
@@ -2168,8 +2190,8 @@
GetCookiesFolder
GetHistoryFolder
GetProgramsFolder
-
-Donator: Peter Friese
+Donator:
+ Peter Friese
--------------------------------------------------------------------------------
@@GetAppdataFolder
<GROUP SystemInformationRoutines.CommonFolders>
@@ -2210,8 +2232,8 @@
GetCookiesFolder
GetHistoryFolder
GetProgramsFolder
-
-Donator: Peter Friese
+Donator:
+ Peter Friese
--------------------------------------------------------------------------------
@@GetPrinthoodFolder
<GROUP SystemInformationRoutines.CommonFolders>
@@ -2251,8 +2273,8 @@
GetCookiesFolder
GetHistoryFolder
GetProgramsFolder
-
-Donator: Peter Friese
+Donator:
+ Peter Friese
--------------------------------------------------------------------------------
@@GetCommonFavoritesFolder
<GROUP SystemInformationRoutines.CommonFolders>
@@ -2291,8 +2313,8 @@
GetCookiesFolder
GetHistoryFolder
GetProgramsFolder
-
-Donator: Peter Friese
+Donator:
+ Peter Friese
--------------------------------------------------------------------------------
@@GetTemplatesFolder
<GROUP SystemInformationRoutines.CommonFolders>
@@ -2331,8 +2353,8 @@
GetCookiesFolder
GetHistoryFolder
GetProgramsFolder
-
-Donator: Peter Friese
+Donator:
+ Peter Friese
--------------------------------------------------------------------------------
@@GetInternetCacheFolder
<GROUP SystemInformationRoutines.CommonFolders>
@@ -2372,8 +2394,8 @@
GetCookiesFolder
GetHistoryFolder
GetProgramsFolder
-
-Donator: Peter Friese
+Donator:
+ Peter Friese
--------------------------------------------------------------------------------
@@GetCookiesFolder
<GROUP SystemInformationRoutines.CommonFolders>
@@ -2413,8 +2435,8 @@
GetInternetCacheFolder
GetHistoryFolder
GetProgramsFolder
-
-Donator: Peter Friese
+Donator:
+ Peter Friese
--------------------------------------------------------------------------------
@@GetHistoryFolder
<GROUP SystemInformationRoutines.CommonFolders>
@@ -2454,8 +2476,8 @@
GetInternetCacheFolder
GetCookiesFolder
GetProgramsFolder
-
-Donator: Peter Friese
+Donator:
+ Peter Friese
--------------------------------------------------------------------------------
@@GetAPMLineStatus
<GROUP SystemInformationRoutines.PowerManagement>
@@ -2502,8 +2524,8 @@
GetAPMLineStatus
GetAPMBatteryFlag
TAPMLineStatus
-
-Donator: Peter Friese
+Donator:
+ Peter Friese
@@TAPMBatteryFlag.abfUnknown
Unknown battery status. The system could not read the battery status.
@@TAPMBatteryFlag.abfHigh
@@ -2529,8 +2551,8 @@
TAPMBatteryFlag
GetAPMLineStatus
TAPMLineStatus
-
-Donator: Peter Friese
+Donator:
+ Peter Friese
--------------------------------------------------------------------------------
@@GetAPMBatteryLifePercent
<GROUP SystemInformationRoutines.PowerManagement>
@@ -2541,8 +2563,8 @@
may be within 0 to 100, or 255 if the percentage is unknown.
Result:
The percentage of full battery charge remaining.
-
-Donator: Peter Friese
+Donator:
+ Peter Friese
--------------------------------------------------------------------------------
@@GetAPMBatteryLifeTime
<GROUP SystemInformationRoutines.PowerManagement>
@@ -2553,8 +2575,8 @@
unknown.
Result:
The remaining battery life time in seconds.
-
-Donator: Peter Friese
+Donator:
+ Peter Friese
--------------------------------------------------------------------------------
@@GetAPMBatteryFullLifeTime
<GROUP SystemInformationRoutines.PowerManagement>
@@ -2566,8 +2588,8 @@
if full batery lifetime is unknown.
Result:
The number of seconds of battery life time when at full charge.
-
-Donator: Peter Friese
+Donator:
+ Peter Friese
--------------------------------------------------------------------------------
@@GetMaxAppAddress
<GROUP SystemInformationRoutines.Memory>
@@ -2582,8 +2604,8 @@
integer.
See also:
GetMinAppAddress
-
-Donator: Peter Friese
+Donator:
+ Peter Friese
--------------------------------------------------------------------------------
@@GetMinAppAddress
<GROUP SystemInformationRoutines.Memory>
@@ -2598,8 +2620,8 @@
integer.
See also:
GetMaxAppAddress
-
-Donator: Peter Friese
+Donator:
+ Peter Friese
--------------------------------------------------------------------------------
@@GetMemoryLoad
<GROUP SystemInformationRoutines.Memory>
@@ -2612,8 +2634,9 @@
The current system memory load.
See also:
GetSwapFileUsage
-
-...
[truncated message content] |