ReactOS 0.4.16-dev-1113-g99ecbf5
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
NTSTATUS NTAPI | RegOpenKey (LPCWSTR pwszKeyName, PHKEY phkey) |
NTSTATUS NTAPI | RegQueryValue (IN HKEY hkey, IN PCWSTR pwszValueName, IN ULONG ulType, OUT PVOID pvData, IN OUT PULONG pcbValue) |
VOID NTAPI | RegWriteSZ (HKEY hkey, PCWSTR pwszValue, PWSTR pwszData) |
VOID NTAPI | RegWriteDWORD (HKEY hkey, PCWSTR pwszValue, DWORD dwData) |
BOOL NTAPI | RegReadDWORD (HKEY hkey, PCWSTR pwszValue, PDWORD pdwData) |
NTSTATUS NTAPI | RegOpenSectionKey (LPCWSTR pszSection, PHKEY phkey) |
DWORD NTAPI | RegGetSectionDWORD (LPCWSTR pszSection, PCWSTR pszValue, DWORD dwDefault) |
_Success_ (return!=FALSE) | |
_Success_ (return !=FALSE) | |
static BOOL | IsStringType (ULONG Type) |
NTSTATUS NTAPI | RegEnumValueW (_In_ HKEY hKey, _In_ ULONG Index, _Out_opt_ LPWSTR Name, _Out_opt_ PULONG NameLength, _Out_opt_ PULONG Type, _Out_opt_ PVOID Data, _Out_opt_ PULONG DataLength) |
NTSTATUS NTAPI | RegDeleteValueW (_In_ HKEY hKey, _In_ LPCWSTR pszValueName) |
#define NDEBUG |
Definition at line 11 of file registry.c.
Definition at line 295 of file registry.c.
_Success_ | ( | return! | = FALSE | ) |
Definition at line 187 of file registry.c.
Definition at line 384 of file registry.c.
Definition at line 493 of file registry.c.
NTSTATUS NTAPI RegEnumValueW | ( | _In_ HKEY | hKey, |
_In_ ULONG | Index, | ||
_Out_opt_ LPWSTR | Name, | ||
_Out_opt_ PULONG | NameLength, | ||
_Out_opt_ PULONG | Type, | ||
_Out_opt_ PVOID | Data, | ||
_Out_opt_ PULONG | DataLength | ||
) |
Definition at line 391 of file registry.c.
Definition at line 172 of file registry.c.
Referenced by UserIsCiceroEnabled(), and UserIsIMMEnabled().
Definition at line 16 of file registry.c.
Definition at line 159 of file registry.c.
Referenced by RegGetSectionDWORD().
NTSTATUS NTAPI RegQueryValue | ( | IN HKEY | hkey, |
IN PCWSTR | pwszValueName, | ||
IN ULONG | ulType, | ||
OUT PVOID | pvData, | ||
IN OUT PULONG | pcbValue | ||
) |
Definition at line 47 of file registry.c.
Definition at line 149 of file registry.c.
Referenced by EngpUpdateGraphicsDeviceList(), InitMetrics(), InitUserImpl(), and RegGetSectionDWORD().
Definition at line 139 of file registry.c.
Referenced by RegWriteDisplaySettings().
Definition at line 127 of file registry.c.