// S.M.A.R.T (DFP_GET_VERSION, DFP_RECEIVE_DRIVE_DATA)
// Muetze1
//
//
WMI (Windows Management Instrumentation)
// Angus Robertson, Magenta Systems Ltd, England
// [email]delphi@magsys.co.uk[/email], [
url]http://www.magsys.co.uk/delphi/[/
url]
// Extentions:
// .drd Data Restore - Drive Scan
// .drp Data Restore - Physical Drive Image
// .drl Data Restore - Logical Drive Image
// .drb Data Restore - Boot Sector/File Image
// .drs Data Restore - Scan ...
// .drr Data Restore - Scan Result
// Compatibility:
// DataRescue_AdminCheck:
// NetUserEnum netapi32.dll Vista, XP, 2000 Pro, NT WS
// NetApiBufferFree netapi32.dll Vista, XP, 2000 Pro, NT WS
// CreateProcessWithLogonW advapi32.dll Vista, XP, 2000 Pro
//
// DataRescue__WinAPI:
// FindFirstVolumeMountPointW kernel32.dll Vista, XP, 2000 Pro
// FindNextVolumeMountPointW kernel32.dll Vista, XP, 2000 Pro
// FindVolumeMountPointClose kernel32.dll Vista, XP, 2000 Pro
// FindFirstVolumeW kernel32.dll Vista, XP, 2000 Pro
// FindNextVolumeW kernel32.dll Vista, XP, 2000 Pro
// FindVolumeClose kernel32.dll Vista, XP, 2000 Pro
// GetVolumeNameForVolumeMountPointW kernel32.dll Vista, XP, 2000 Pro
// GetVolumePathNamesForVolumeNameW kernel32.dll Vista, XP
// _GetVolumePathNamesForVolumeNameW kernel32.dll Vista, XP, 2000 Pro
// SetVolumeMountPointW kernel32.dll Vista, XP, 2000 Pro
// DeleteVolumeMountPointW kernel32.dll Vista, XP, 2000 Pro
...
//
// S.M.A.R.T Vista, XP, 2000
//
//
WMI:
// Win32_DiskDrive \root\cimv2 Vista, XP, 2000 Pro, NT WS 4.0 SP4
// Win32_DiskPartition \root\cimv2 Vista, XP, 2000 Pro, NT WS 4.0 SP4
// Win32_CDROMDrive \root\cimv2 Vista, XP, 2000 Pro, NT WS 4.0 SP4
// Win32_TapeDrive \root\cimv2 Vista, XP, 2000 Pro, NT WS 4.0 SP4
// Win32_LogicalDisk \root\cimv2 Vista, XP, 2000 Pro, NT WS 4.0 SP4