Links
TADOSqlManagerQuery Component References
TADOSqlManagerQuery::GetBackupDevices Method
__fastcall bool GetBackupDevices(TTntStringList* DeviceList);

Get all backup devices 

After return, DeviceList will contain XML data in the following format

  • <BackupDevices>
    • <Device>
      • <Name></Name>
      • <Size></Size>
      • <Status></Status>
      • <ControlType></ControlType>
      • <PhysicalName></PhysicalName>
    • </Device>
  • </BackupDevices>
Copyright (c) 2006. All rights reserved.
What do you think about this topic? Send feedback!