EnumDynamicTimeZoneInformation method

int EnumDynamicTimeZoneInformation(
  1. int dwIndex,
  2. Pointer<DYNAMIC_TIME_ZONE_INFORMATION> lpTimeZoneInformation
)

Implementation

int EnumDynamicTimeZoneInformation(
  int dwIndex,
  ffi.Pointer<DYNAMIC_TIME_ZONE_INFORMATION> lpTimeZoneInformation,
) {
  return _EnumDynamicTimeZoneInformation(
    dwIndex,
    lpTimeZoneInformation,
  );
}