GetDynamicTimeZoneInformation method

int GetDynamicTimeZoneInformation(
  1. Pointer<DYNAMIC_TIME_ZONE_INFORMATION> pTimeZoneInformation
)

Implementation

int GetDynamicTimeZoneInformation(
  ffi.Pointer<DYNAMIC_TIME_ZONE_INFORMATION> pTimeZoneInformation,
) {
  return _GetDynamicTimeZoneInformation(
    pTimeZoneInformation,
  );
}