'HDD S.M.A.R.T. Plugin
'Version 0.3
'Created 4th february 2004
'Last Modified 20th february 2004
'Copyright 2004, Garcia Alexandre
'Not redistrubtable without express permission from author.
'
'
'comments to psy4meuh@yahoo.fr or Samurize.com forums (Psy4)


1. Install Notes.
--------------------------------------------------------
This package is distributed as a ZIP archive. Please extract directly into your
Samurize plugins folder. After extracting files. Open Samurize and add the plugin
to your config by choosing 'smart.dll' from the list of available plugins.

2. Usage
--------------------------------------------------------
HDD S.M.A.R.T. is a plugin for providing S.M.A.R.T. informations about your HDDs.

Status function:
----------------
This function returns the SMART status of a given physical drive. It returns either "OK" or "KO". When using the 'Status' functions, you are prompted with a parameter for the 'Physical Drive', then enter the physical drive you want to monitor ('0' is the first one, '1' is the second, etc... '3' is max.

Temperature function:
---------------------
Returns the current temperature of the given physical drive. When using the 'Temperature' functions, you are prompted with 2 parameters for the 'Physical Drive', and for the 'Unit (C or F)', then enter the physical drive you want to monitor ('0' is the first one, '1' is the second, etc... '3' is max, and the 'Unit' parameter must be 'C' or 'F' to determine the temperature scale. 

Attribute function:
-------------------
Returns the current value of the given 'SMART attribute' for the given physical drive. When using the 'Attribute' functions, you are prompted with 2 parameters for the 'Physical Drive', and for the 'Attribute', then enter the physical drive you want to monitor ('0' is the first one, '1' is the second, etc... '3' is max, and the 'Attribute' parameter must be an hexadecimal value of the S.M.A.R.T. attribute you want to monitor (ie:'C2' for temperature) If the given attribute do not exists on the drive, return value is "error".

3. Version History
--------------------------------------------------------
0.3 --> Fixed attribute function.
0.2 --> 'Attribute' and 'Status' functions added
0.1 --> First release

4. Credits
--------------------------------------------------------
Thanks a lot to the Samurize crew for writing such an good program!
Thanks also to the VBFrance.com and CPPFrance.com sites...
