ReactOS 0.4.16-dev-550-g2186ce3
|
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) | |
#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 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.