Desktop Functions: Smart Device Functions:
|
Search Results for "OpenBackupEventLog" in [All]advapi32The OpenBackupEventLog function opens a handle to a backup event log. This handle can be used with the BackupEventLog function.
[DllImport("advapi32.dll", EntryPoint="OpenBackupEventLog")]
public static extern int OpenBackupEventLogA(
Declare Function OpenBackupEventLog Lib "advapi32.dll" (TODO) As TODO |