ReactOS 0.4.16-dev-136-g52192f1
|
Go to the source code of this file.
Functions | |
LRESULT | RegQueryRegistryKeys (IN HKEY hRootKey, IN LPCWSTR KeyName, IN PQUERY_REGISTRY_KEYS_TABLE QueryTable, IN PVOID Context) |
LRESULT | RegQueryRegistryValues (IN HKEY hRootKey, IN LPCWSTR KeyName, IN PQUERY_REGISTRY_VALUES_TABLE QueryTable, IN PVOID Context) |
LONG | RegGetDWORDValue (IN HKEY hKey, IN LPCWSTR lpSubKey OPTIONAL, IN LPCWSTR lpValue OPTIONAL, OUT LPDWORD lpData OPTIONAL) |
LONG | RegSetDWORDValue (IN HKEY hKey, IN LPCWSTR lpSubKey OPTIONAL, IN LPCWSTR lpValue OPTIONAL, IN BOOL bCreateKeyIfDoesntExist, IN DWORD dwData) |
LONG RegGetDWORDValue | ( | IN HKEY | hKey, |
IN LPCWSTR lpSubKey | OPTIONAL, | ||
IN LPCWSTR lpValue | OPTIONAL, | ||
OUT LPDWORD lpData | OPTIONAL | ||
) |
Definition at line 95 of file regutils.c.
Referenced by BackgroundWindow::BackgroundWindow(), GetServicesActivation(), GetSystemIniActivation(), GetWinIniActivation(), HideEssentialServiceWarning(), and QUERY_REGISTRY_KEYS_ROUTINE().
LRESULT RegQueryRegistryKeys | ( | IN HKEY | hRootKey, |
IN LPCWSTR | KeyName, | ||
IN PQUERY_REGISTRY_KEYS_TABLE | QueryTable, | ||
IN PVOID | Context | ||
) |
Definition at line 6 of file regutils.c.
Referenced by AddService(), and ServicesPageWndProc().
LRESULT RegQueryRegistryValues | ( | IN HKEY | hRootKey, |
IN LPCWSTR | KeyName, | ||
IN PQUERY_REGISTRY_VALUES_TABLE | QueryTable, | ||
IN PVOID | Context | ||
) |
Definition at line 51 of file regutils.c.
Referenced by AddService(), and ServicesPageWndProc().
LONG RegSetDWORDValue | ( | IN HKEY | hKey, |
IN LPCWSTR lpSubKey | OPTIONAL, | ||
IN LPCWSTR lpValue | OPTIONAL, | ||
IN BOOL | bCreateKeyIfDoesntExist, | ||
IN DWORD | dwData | ||
) |
Definition at line 162 of file regutils.c.
Referenced by RegisterNoMsgAnymore(), ServicesPageWndProc(), SetServicesActivation(), and BackgroundWindow::WndProc().