| VT_BOOL LicenseFileIsValid(VT_BSTR bsFeatureName, VT_BSTR bsVersion, VT_BSTR bsLicenseData) | Validates that the license data is valid for this product and version |
| VT_HRESULT InstallLicenseEx(VT_BSTR bsFeatureName, VT_BSTR bsVersion, VT_BSTR bsLicenseData) | Install license data for a specific product/feature and version |
| VT_HRESULT RefreshLicenseData | Reloads the licensing data into the Config keys |
| VT_HRESULT RemoveImage(VT_BSTR bsVolID, VT_BSTR bsImageID) | Delete an Image from a Volume and update the Volume history |
| VT_BOOL CheckBestPracticeCompliance(VT_BSTR bsBackupDrive) | checks for best backup practice compliance. |
| VT_HRESULT RestoreMultipleImages(VT_VARIANT vRestoreJobs) | Restore multiple image files. |
| VT_BOOL IsBestPracticeCheckSupported | Get key to check if best backup practices supported |
| VT_BOOL IsSNMPTrapEnabled | Specifies whether to the use of SNMP Traps is enabled during message notification. |
| VT_VARIANT MoveAllRecoveryPoints(VT_VARIANT vJobs, VT_BOOL bCleanHistory) | Iterates through all the ImageJobs and call MoveRecoverypoint |
| VT_HRESULT CopyProgressFileStatus(VT_BOOL bCopyCancel, VT_UINT pVal, VT_BSTR pCurrrentCopyFileName, VT_BSTR psCopyDestFileName) | CopyProgressFileStatus |
| VT_VARIANT GetJobsNotInBestBackup | Get Jobs that does not follow BestBackup |
| VT_BOOL IsStorageThresholdExceeded | specifies whether size quota limit exceeded or not |
| VT_HRESULT ChangeImageHistory(VT_BSTR bsOldPath, VT_BSTR bsNewPath) | Change backup image history |
| VT_BOOL IsEventLogDisplayRequired(VT_I8 i64DateTime) | Specifies if there are any event logs that needs to be displayed |
| VT_HRESULT DisableVolumeTrackingForJob(VT_BSTR ImageJobID) | Stops sector tracking for a disabled job |
| VT_BOOL CheckBackupSize(VT_VARIANT vIJobsNotInBBP, VT_BSTR bsBackupDrive) | Checks the Best backup jobs fit in the destination. |
| VT_BOOL IsMaxtorDrive(VT_BSTR btrDrive) | Checks whether the drive is Maxtor One touch. |
| VT_EMPTY IsMaxtorOneTouchInstalled | Checks whether Maxtor One touch software is installed . |
| VT_BOOL IsMaxtorOneTouchAssociated | Checks whether Maxtor One touch is associated. |
| VT_BOOL IsOneTouchDisassociated | Check to display if clients need to handle the Maxtor OneTouch Disassociation state. |
| VT_BOOL AssociateMaxtorOneTouch | Associated Maxtor OneTouchButton with VproOneTouch. |
| VT_BOOL IsImageJobLocked(VT_BSTR ImageJobID) | Whether the ImageJob is locked. |
| VT_UI8 ImageFileSize(VT_BSTR sVolID, VT_BSTR sImageID) | Size of the Image file on disk. |
| VT_BSTR GetDeviceDescription(VT_BSTR bsDriveID) | returns device description for given drive. |