RtlSetTimeZoneInformation

NTSTATUS __stdcall RtlSetTimeZoneInformation(_RTL_TIME_ZONE_INFORMATION *TimeZoneInformation){
  return RtlpSetTimeZoneInformationWorker((_RTL_DYNAMIC_TIME_ZONE_INFORMATION *)TimeZoneInformation, 0xACui64);
}

Referenced by:

No references.