SetDynamicTimeZoneInformation method

int SetDynamicTimeZoneInformation(
  1. Pointer<DYNAMIC_TIME_ZONE_INFORMATION> lpTimeZoneInformation
)

Implementation

int SetDynamicTimeZoneInformation(
  ffi.Pointer<DYNAMIC_TIME_ZONE_INFORMATION> lpTimeZoneInformation,
) {
  return _SetDynamicTimeZoneInformation(
    lpTimeZoneInformation,
  );
}