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