SetDynamicTimeZoneInformation method

int SetDynamicTimeZoneInformation(
  1. Pointer<PDYNAMIC_TIME_ZONE_INFORMATION> lpTimeZoneInformation
)

Implementation

int SetDynamicTimeZoneInformation(
  ffi.Pointer<PDYNAMIC_TIME_ZONE_INFORMATION> lpTimeZoneInformation,
) {
  return (_SetDynamicTimeZoneInformation ??= _dylib.lookupFunction<
      _c_SetDynamicTimeZoneInformation,
      _dart_SetDynamicTimeZoneInformation>('SetDynamicTimeZoneInformation'))(
    lpTimeZoneInformation,
  );
}