HANDLE OpenBackupEventLog(lpszUNCServerName, lpszFileName) | |||||
LPTSTR lpszUNCServerName; | /* backup file server name | */ | |||
LPTSTR lpszFileName; | /* backup file name | */ |
The OpenBackupEventLog function opens a handle to a backup event log. This handle can be used with the BackupEventLog function.
lpszUNCServerName
Points to a null-terminated string that specifies the name of the server where this operation is to be performed. If this parameter is NULL, the operation is performed on the local machine.
lpszFileName
Points to a null-terminated string that specifies the name of the backup file.
The return value is a handle to the backup event log if the function is successful. Otherwise, the return value is NULL.
BackupEventLog