Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

rtldata.c File Reference

#include <ntrtlp.h>

Go to the source code of this file.

Variables

ULONG RtlpRandomConstantVector [128]
const PWSTR RtlpRegistryPaths [RTL_REGISTRY_MAXIMUM]
const WCHAR szBias [] = L"Bias"
const WCHAR szStandardName [] = L"StandardName"
const WCHAR szStandardBias [] = L"StandardBias"
const WCHAR szStandardStart [] = L"StandardStart"
const WCHAR szDaylightName [] = L"DaylightName"
const WCHAR szDaylightBias [] = L"DaylightBias"
const WCHAR szDaylightStart [] = L"DaylightStart"
const WCHAR GuidFormat [] = L"{%08lx-%04x-%04x-%02x%02x-%02x%02x%02x%02x%02x%02x}"


Variable Documentation

const WCHAR GuidFormat[] = L"{%08lx-%04x-%04x-%02x%02x-%02x%02x%02x%02x%02x%02x}"
 

Definition at line 67 of file rtldata.c.

Referenced by RtlGUIDFromString(), and RtlStringFromGUID().

ULONG RtlpRandomConstantVector[128]
 

Initial value:

{ 0x4c8bc0aa, 0x4c022957, 0x2232827a, 0x2f1e7626, 0x7f8bdafb, 0x5c37d02a, 0x0ab48f72, 0x2f0c4ffa, 0x290e1954, 0x6b635f23, 0x5d3885c0, 0x74b49ff8, 0x5155fa54, 0x6214ad3f, 0x111e9c29, 0x242a3a09, 0x75932ae1, 0x40ac432e, 0x54f7ba7a, 0x585ccbd5, 0x6df5c727, 0x0374dad1, 0x7112b3f1, 0x735fc311, 0x404331a9, 0x74d97781, 0x64495118, 0x323e04be, 0x5974b425, 0x4862e393, 0x62389c1d, 0x28a68b82, 0x0f95da37, 0x7a50bbc6, 0x09b0091c, 0x22cdb7b4, 0x4faaed26, 0x66417ccd, 0x189e4bfa, 0x1ce4e8dd, 0x5274c742, 0x3bdcf4dc, 0x2d94e907, 0x32eac016, 0x26d33ca3, 0x60415a8a, 0x31f57880, 0x68c8aa52, 0x23eb16da, 0x6204f4a1, 0x373927c1, 0x0d24eb7c, 0x06dd7379, 0x2b3be507, 0x0f9c55b1, 0x2c7925eb, 0x36d67c9a, 0x42f831d9, 0x5e3961cb, 0x65d637a8, 0x24bb3820, 0x4d08e33d, 0x2188754f, 0x147e409e, 0x6a9620a0, 0x62e26657, 0x7bd8ce81, 0x11da0abb, 0x5f9e7b50, 0x23e444b6, 0x25920c78, 0x5fc894f0, 0x5e338cbb, 0x404237fd, 0x1d60f80f, 0x320a1743, 0x76013d2b, 0x070294ee, 0x695e243b, 0x56b177fd, 0x752492e1, 0x6decd52f, 0x125f5219, 0x139d2e78, 0x1898d11e, 0x2f7ee785, 0x4db405d8, 0x1a028a35, 0x63f6f323, 0x1f6d0078, 0x307cfd67, 0x3f32a78a, 0x6980796c, 0x462b3d83, 0x34b639f2, 0x53fce379, 0x74ba50f4, 0x1abc2c4b, 0x5eeaeb8d, 0x335a7a0d, 0x3973dd20, 0x0462d66b, 0x159813ff, 0x1e4643fd, 0x06bc5c62, 0x3115e3fc, 0x09101613, 0x47af2515, 0x4f11ec54, 0x78b99911, 0x3db8dd44, 0x1ec10b9b, 0x5b5506ca, 0x773ce092, 0x567be81a, 0x5475b975, 0x7a2cde1a, 0x494536f5, 0x34737bb4, 0x76d9750b, 0x2a1f6232, 0x2e49644d, 0x7dddcbe7, 0x500cebdb, 0x619dab9e, 0x48c626fe, 0x1cda3193, 0x52dabe9d }

Definition at line 30 of file rtldata.c.

Referenced by RtlRandom().

const PWSTR RtlpRegistryPaths[RTL_REGISTRY_MAXIMUM]
 

Initial value:

{ NULL, L"\\Registry\\Machine\\System\\CurrentControlSet\\Services", L"\\Registry\\Machine\\System\\CurrentControlSet\\Control", L"\\Registry\\Machine\\Software\\Microsoft\\Windows NT\\CurrentVersion", L"\\Registry\\Machine\\Hardware\\DeviceMap", L"\\Registry\\User\\.Default" }

Definition at line 50 of file rtldata.c.

Referenced by RtlOpenCurrentUser(), and RtlpGetRegistryHandle().

const WCHAR szBias[] = L"Bias"
 

Definition at line 59 of file rtldata.c.

Referenced by RtlQueryTimeZoneInformation(), and RtlSetTimeZoneInformation().

const WCHAR szDaylightBias[] = L"DaylightBias"
 

Definition at line 64 of file rtldata.c.

Referenced by RtlQueryTimeZoneInformation(), and RtlSetTimeZoneInformation().

const WCHAR szDaylightName[] = L"DaylightName"
 

Definition at line 63 of file rtldata.c.

Referenced by RtlQueryTimeZoneInformation(), and RtlSetTimeZoneInformation().

const WCHAR szDaylightStart[] = L"DaylightStart"
 

Definition at line 65 of file rtldata.c.

Referenced by RtlQueryTimeZoneInformation(), and RtlSetTimeZoneInformation().

const WCHAR szStandardBias[] = L"StandardBias"
 

Definition at line 61 of file rtldata.c.

Referenced by RtlQueryTimeZoneInformation(), and RtlSetTimeZoneInformation().

const WCHAR szStandardName[] = L"StandardName"
 

Definition at line 60 of file rtldata.c.

Referenced by RtlQueryTimeZoneInformation(), and RtlSetTimeZoneInformation().

const WCHAR szStandardStart[] = L"StandardStart"
 

Definition at line 62 of file rtldata.c.

Referenced by RtlQueryTimeZoneInformation(), and RtlSetTimeZoneInformation().


Generated on Sat May 15 19:45:30 2004 for test by doxygen 1.3.7