Home | History | Annotate | Download | only in common

Lines Matching full:windows

30 #include <windows.h>
52 * HKLM subkeys used to probe for the flavor of Windows. Note that we
59 "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Time Zones",
62 "SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\GMT"
69 * Windows.
73 "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Time Zones\\",
76 "SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\"
80 * Flavor of Windows, from our perspective. Not a real OS version,
98 /* Detect the version of windows by trying to open a sequence of
174 This code attempts to detect the Windows time zone, as set in the
175 Windows Date and Time control panel. It attempts to work on
176 multiple flavors of Windows (9x, Me, NT, 2000, XP) and on localized
181 the flavor of Windows):
183 HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Time Zones\
184 HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\
203 time zone Windows is set to. Since the registry key is not
213 registry for various Windows zones. By comparing the registry data
222 * Main Windows time zone detection function. Returns the Windows
264 /* Windows alters the DaylightBias in some situations.