SetTimeZoneInformation method

int SetTimeZoneInformation(
  1. Pointer<LPTIME_ZONE_INFORMATION> lpTimeZoneInformation
)

Implementation

int SetTimeZoneInformation(
  ffi.Pointer<LPTIME_ZONE_INFORMATION> lpTimeZoneInformation,
) {
  return (_SetTimeZoneInformation ??= _dylib.lookupFunction<
      _c_SetTimeZoneInformation,
      _dart_SetTimeZoneInformation>('SetTimeZoneInformation'))(
    lpTimeZoneInformation,
  );
}