GetTimeZoneInformationForYear method

int GetTimeZoneInformationForYear(
  1. int wYear,
  2. Pointer<DYNAMIC_TIME_ZONE_INFORMATION> pdtzi,
  3. Pointer<TIME_ZONE_INFORMATION> ptzi
)

Implementation

int GetTimeZoneInformationForYear(
  int wYear,
  ffi.Pointer<DYNAMIC_TIME_ZONE_INFORMATION> pdtzi,
  ffi.Pointer<TIME_ZONE_INFORMATION> ptzi,
) {
  return _GetTimeZoneInformationForYear(
    wYear,
    pdtzi,
    ptzi,
  );
}