ReactOS 0.4.15-dev-7924-g5949c20
_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]
 
TIME_FIELDS StandardDate
 
LONG StandardBias
 
WCHAR DaylightName [32]
 
TIME_FIELDS DaylightDate
 
LONG DaylightBias
 
WCHAR TimeZoneKeyName [128]
 
BOOLEAN DynamicDaylightTimeDisabled
 

Detailed Description

Definition at line 147 of file winternl.h.

Member Data Documentation

◆ Bias

LONG _RTL_TIME_DYNAMIC_ZONE_INFORMATION::Bias

Definition at line 149 of file winternl.h.

◆ DaylightBias

LONG _RTL_TIME_DYNAMIC_ZONE_INFORMATION::DaylightBias

Definition at line 155 of file winternl.h.

◆ DaylightDate

TIME_FIELDS _RTL_TIME_DYNAMIC_ZONE_INFORMATION::DaylightDate

Definition at line 154 of file winternl.h.

◆ DaylightName

WCHAR _RTL_TIME_DYNAMIC_ZONE_INFORMATION::DaylightName[32]

Definition at line 153 of file winternl.h.

Referenced by test_RtlQueryTimeZoneInformation().

◆ DynamicDaylightTimeDisabled

BOOLEAN _RTL_TIME_DYNAMIC_ZONE_INFORMATION::DynamicDaylightTimeDisabled

Definition at line 157 of file winternl.h.

◆ StandardBias

LONG _RTL_TIME_DYNAMIC_ZONE_INFORMATION::StandardBias

Definition at line 152 of file winternl.h.

◆ StandardDate

TIME_FIELDS _RTL_TIME_DYNAMIC_ZONE_INFORMATION::StandardDate

Definition at line 151 of file winternl.h.

◆ StandardName

WCHAR _RTL_TIME_DYNAMIC_ZONE_INFORMATION::StandardName[32]

Definition at line 150 of file winternl.h.

Referenced by test_RtlQueryTimeZoneInformation().

◆ TimeZoneKeyName

WCHAR _RTL_TIME_DYNAMIC_ZONE_INFORMATION::TimeZoneKeyName[128]

Definition at line 156 of file winternl.h.


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