SetTimeZoneInformation method

int SetTimeZoneInformation(
  1. Pointer<TIME_ZONE_INFORMATION> lpTimeZoneInformation
)

Implementation

int SetTimeZoneInformation(
  ffi.Pointer<TIME_ZONE_INFORMATION> lpTimeZoneInformation,
) {
  return _SetTimeZoneInformation(
    lpTimeZoneInformation,
  );
}