OpenEventLogW method

Pointer<Void> OpenEventLogW(
  1. Pointer<Uint16> lpUNCServerName,
  2. Pointer<Uint16> lpSourceName
)

Implementation

ffi.Pointer<ffi.Void> OpenEventLogW(
  ffi.Pointer<ffi.Uint16> lpUNCServerName,
  ffi.Pointer<ffi.Uint16> lpSourceName,
) {
  return _OpenEventLogW(
    lpUNCServerName,
    lpSourceName,
  );
}