ESEBackupFreeInstanceInfo Function
Topic Last Modified: 2006-06-12
The ESEBackupFreeInstanceInfo function frees the structures and memory allocated by HrESEBackupPrepare Function.
Applies To
ESEbcli2 DLL Functions Interface
Syntax
void ESEBackupFreeInstanceInfo
(
unsigned long cInstanceInfo,
INSTANCE_BACKUP_INFO* aInstanceInfo
);
Parameters
- cInstanceInfo
Input parameter. The number of elements in the array pointed to by the aInstanceInfo parameter.
- aInstanceInfo
A pointer to the array of information returned by HrESEBackupPrepare Function in the paInstanceInfo parameter.
Return Value
No return value.
Remarks
Applications that use this function must be run under a user account that has Microsoft® Windows® server operating systems Backup and Restore privileges.