GetTimeZoneInformation method

int GetTimeZoneInformation(
  1. Pointer<TIME_ZONE_INFORMATION> lpTimeZoneInformation
)

Implementation

int GetTimeZoneInformation(
  ffi.Pointer<TIME_ZONE_INFORMATION> lpTimeZoneInformation,
) {
  return _GetTimeZoneInformation(
    lpTimeZoneInformation,
  );
}