| Veritas System Recovery 21 Automation - THIS SCRIPTING DOCUMENTATION IS PROVIDED IN CONJUNCTION WITH YOUR LICENSE FOR VERITAS SYSTEM RECOVERY SOFTWARE PRODUCTS, AND MAY BE USED ONLY IN CONJUNCTION WITH THAT SOFTWARE, UNDER THE TERMS OF THE END USER LICENSE AGREEMENT THAT ACCOMPANIED THE SOFTWARE. THIS SCRIPTING DOCUMENTATION IS PROPRIETARY VERITAS PROPERTY. YOU MAY NOT COPY, DISTRIBUTE, LICENSE OR SUBLICENSE THE SCRIPTING DOCUMENTATION. |
| IBackupLocationContainer Interface |
| Description: Container to hold the IFolderLocation objects. |
| IID: {80CE0BB5-60F3-437E-9DEB-1E6B5B55046E} |
| VT_UNKNOWN | _NewEnum | Read | An enumeration of folder locations. |
| IFolderLocation | Item(VT_BSTR Key) | Read | A specific folder location by ID. |
| VT_I4 | Count | Read | Number of folder locations in the container. |
| VT_VOID AddBackupLocation(IFolderLocation pVal) | Adds a folder location to the container. |
| VT_VOID RemoveBackupLocation(IFolderLocation pVal) | Removes a folder location from the container. |
| VT_VOID RemoveAll | Removes all the folder locations. |
| VT_VOID SaveToFile(VT_BSTR Filename) | Saves folder locations to a file. Users filename as a parameter. |
| VT_VOID LoadFromFile(VT_BSTR Filename) | Loads folder locations from a file. Uses filename as a parameter. |
| Copyright © 2004-2019 Veritas Technologies LLC. All Rights Reserved. |