Unit scSysInfo

Classes

TscSysInfo -

Functions

Register - --------------------------------------------------- Register ---------------------------------------------------

Types

TPnPDeviceChangeEvent
TscRegInfo

Constants

Variables


Functions


procedure Register;

--------------------------------------------------- Register ---------------------------------------------------

Types


TPnPDeviceChangeEvent = procedure(Sender: TObject; Volume: char) of object
************** SYS Info Class
TscRegInfo = record
CommonFilesDir : string;
ConfigPath : string;
DevicePath : string;
InventoryPath : string;
LicensingInfo : string;
MediaPath : string;
OldWinDir : string;
OtherDevicePath : string;
PlusProductID : string;
ProductID : string;
ProductName : string;
ProductType : string;
ProgramFilesDir : string;
RegisteredOwner : string;
RegisteredOrganization : string;
SubVersionNumber : string;
SystemRoot : string;
Version : string;
VersionNumber : string;
end;
Registered info record

Constants


Variables