ClearEventLogW method
Implementation
int ClearEventLogW(
ffi.Pointer<ffi.Void> hEventLog,
ffi.Pointer<ffi.Uint16> lpBackupFileName,
) {
return (_ClearEventLogW ??=
_dylib.lookupFunction<_c_ClearEventLogW, _dart_ClearEventLogW>(
'ClearEventLogW'))(
hEventLog,
lpBackupFileName,
);
}