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