#include <rtl.h>
#include <debug.h>
Go to the source code of this file.
◆ NDEBUG
◆ RtlQueryTimeZoneInformation()
Definition at line 23 of file timezone.c.
24{
29
30 DPRINT(
"RtlQueryTimeZoneInformation()\n");
31
33
36
40
44
48
52
56
60
64
68
72
74 L"TimeZoneInformation",
78
80}
NTSYSAPI NTSTATUS WINAPI RtlQueryRegistryValues(ULONG, PCWSTR, PRTL_QUERY_REGISTRY_TABLE, PVOID, PVOID)
_In_ PCWSTR _Inout_ _At_ QueryTable _Pre_unknown_ PRTL_QUERY_REGISTRY_TABLE QueryTable
#define RTL_REGISTRY_CONTROL
#define RTL_QUERY_REGISTRY_DIRECT
#define RtlZeroMemory(Destination, Length)
◆ RtlSetTimeZoneInformation()
Definition at line 88 of file timezone.c.
89{
92
93 DPRINT(
"RtlSetTimeZoneInformation()\n");
94
96
98 L"TimeZoneInformation",
101 &TimeZoneInformation->
Bias,
104 {
106 }
107
110 L"TimeZoneInformation",
116 {
118 }
119
121 L"TimeZoneInformation",
127 {
129 }
130
132 L"TimeZoneInformation",
138 {
140 }
141
144 L"TimeZoneInformation",
150 {
152 }
153
155 L"TimeZoneInformation",
161 {
163 }
164
166 L"TimeZoneInformation",
171
173}
#define NT_SUCCESS(StatCode)
_CRTIMP size_t __cdecl wcslen(_In_z_ const wchar_t *_Str)
NTSYSAPI NTSTATUS WINAPI RtlWriteRegistryValue(ULONG, PCWSTR, PCWSTR, ULONG, PVOID, ULONG)
_In_ ULONG _In_ ULONG _In_ ULONG Length