Desktop Functions: Smart Device Functions:
|
OpenBackupEventLog (advapi32)
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")] VB Signature:
Declare Function OpenBackupEventLog Lib "advapi32.dll" (TODO) As TODO [DllImport("advapi32.dll", EntryPoint="OpenBackupEventLog")] User-Defined Types:None. public static extern int OpenBackupEventLogA( Notes:None. string lpUNCServerName, Tips & Tricks:Please add some! string lpFileName); VB Signature:
Declare Function OpenBackupEventLog Lib "advapi32.dll" (TODO) As TODO User-Defined Types:None. Sample Code:Please add some! Notes:None. Alternative Managed API:Do you know one? Please contribute it! Tips & Tricks:Please add some! Sample Code:Please add some! Alternative Managed API:Do you know one? Please contribute it! Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|