GetDynamicTimeZoneInformation method

int GetDynamicTimeZoneInformation(
  1. Pointer<PDYNAMIC_TIME_ZONE_INFORMATION> pTimeZoneInformation
)

Implementation

int GetDynamicTimeZoneInformation(
  ffi.Pointer<PDYNAMIC_TIME_ZONE_INFORMATION> pTimeZoneInformation,
) {
  return (_GetDynamicTimeZoneInformation ??= _dylib.lookupFunction<
      _c_GetDynamicTimeZoneInformation,
      _dart_GetDynamicTimeZoneInformation>('GetDynamicTimeZoneInformation'))(
    pTimeZoneInformation,
  );
}