ReactOS 0.4.16-dev-1481-ga753f34
_RTL_TIME_DYNAMIC_ZONE_INFORMATION Struct Reference

#include <winternl.h>

Collaboration diagram for _RTL_TIME_DYNAMIC_ZONE_INFORMATION:

Public Attributes

LONG Bias
 
WCHAR StandardName [32]
 
RTL_SYSTEM_TIME StandardDate
 
LONG StandardBias
 
WCHAR DaylightName [32]
 
RTL_SYSTEM_TIME DaylightDate
 
LONG DaylightBias
 
WCHAR TimeZoneKeyName [128]
 
BOOLEAN DynamicDaylightTimeDisabled
 

Detailed Description

Definition at line 199 of file winternl.h.

Member Data Documentation

◆ Bias

LONG _RTL_TIME_DYNAMIC_ZONE_INFORMATION::Bias

Definition at line 201 of file winternl.h.

◆ DaylightBias

LONG _RTL_TIME_DYNAMIC_ZONE_INFORMATION::DaylightBias

Definition at line 215 of file winternl.h.

◆ DaylightDate

RTL_SYSTEM_TIME _RTL_TIME_DYNAMIC_ZONE_INFORMATION::DaylightDate

Definition at line 213 of file winternl.h.

◆ DaylightName

WCHAR _RTL_TIME_DYNAMIC_ZONE_INFORMATION::DaylightName[32]

Definition at line 209 of file winternl.h.

Referenced by test_RtlQueryTimeZoneInformation().

◆ DynamicDaylightTimeDisabled

BOOLEAN _RTL_TIME_DYNAMIC_ZONE_INFORMATION::DynamicDaylightTimeDisabled

Definition at line 217 of file winternl.h.

◆ StandardBias

LONG _RTL_TIME_DYNAMIC_ZONE_INFORMATION::StandardBias

Definition at line 208 of file winternl.h.

◆ StandardDate

RTL_SYSTEM_TIME _RTL_TIME_DYNAMIC_ZONE_INFORMATION::StandardDate

Definition at line 206 of file winternl.h.

◆ StandardName

WCHAR _RTL_TIME_DYNAMIC_ZONE_INFORMATION::StandardName[32]

Definition at line 202 of file winternl.h.

Referenced by test_RtlQueryTimeZoneInformation().

◆ TimeZoneKeyName

WCHAR _RTL_TIME_DYNAMIC_ZONE_INFORMATION::TimeZoneKeyName[128]

Definition at line 216 of file winternl.h.


The documentation for this struct was generated from the following file: