OpenBackupEventLog (advapi32)
Last changed: -131.107.71.225

.
Summary

The OpenBackupEventLog function opens a handle to a backup event log. This handle can be used with the BackupEventLog function.

lpUNCServerName

in Pointer to a null-terminated string that specifies the Universal Naming Convention (UNC) name of the server on which this operation is to be performed. If this parameter is NULL, the operation is performed on the local computer.

lpFileName

in Pointer to a null-terminated string that specifies the name of the backup file.

C# Signature:

[DllImport("advapi32.dll", EntryPoint="OpenBackupEventLog")]
public static extern int OpenBackupEventLogA(
     string lpUNCServerName,
     string lpFileName);

VB Signature:

Declare Function OpenBackupEventLog Lib "advapi32.dll" (TODO) As TODO

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation