OpenBackupEventLogA method
Implementation
ffi.Pointer<ffi.Void> OpenBackupEventLogA(
ffi.Pointer<ffi.Int8> lpUNCServerName,
ffi.Pointer<ffi.Int8> lpFileName,
) {
return (_OpenBackupEventLogA ??= _dylib.lookupFunction<
_c_OpenBackupEventLogA,
_dart_OpenBackupEventLogA>('OpenBackupEventLogA'))(
lpUNCServerName,
lpFileName,
);
}