ReactOS 0.4.15-dev-7098-ge0c17c3
|
#include <wine/config.h>
#include <stdio.h>
#include <windef.h>
#include <winbase.h>
#include <shlobj.h>
#include <shlwapi.h>
#include <wine/debug.h>
Go to the source code of this file.
Macros | |
#define | WIN32_NO_STATUS |
#define | _INC_WINDOWS |
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (shell) | |
HRESULT WINAPI | SHRegOpenKeyA (HKEY hKey, LPSTR lpSubKey, PHKEY phkResult) |
HRESULT WINAPI | SHRegOpenKeyW (HKEY hkey, LPCWSTR lpszSubKey, PHKEY retkey) |
HRESULT WINAPI | SHRegQueryValueA (HKEY hkey, LPSTR lpSubKey, LPSTR lpValue, LPDWORD lpcbValue) |
LONG WINAPI | SHRegQueryValueExA (HKEY hkey, LPCSTR lpValueName, LPDWORD lpReserved, LPDWORD lpType, LPBYTE lpData, LPDWORD lpcbData) |
HRESULT WINAPI | SHRegQueryValueW (HKEY hkey, LPWSTR lpszSubKey, LPWSTR lpszData, LPDWORD lpcbData) |
LONG WINAPI | SHRegQueryValueExW (HKEY hkey, LPCWSTR pszValue, LPDWORD pdwReserved, LPDWORD pdwType, LPVOID pvData, LPDWORD pcbData) |
HRESULT WINAPI | SHRegDeleteKeyW (HKEY hkey, LPCWSTR pszSubKey) |
HRESULT WINAPI | SHRegCloseKey (HKEY hkey) |
HRESULT WINAPI | SHCreateSessionKey (REGSAM samDesired, PHKEY phKey) |
#define _INC_WINDOWS |
Definition at line 26 of file shellreg.c.
#define WIN32_NO_STATUS |
Definition at line 25 of file shellreg.c.
Definition at line 146 of file shellreg.c.
Referenced by DoStartStartupItems(), and startup().
Definition at line 135 of file shellreg.c.
Definition at line 123 of file shellreg.c.
Definition at line 41 of file shellreg.c.
Definition at line 54 of file shellreg.c.
Definition at line 67 of file shellreg.c.
LONG WINAPI SHRegQueryValueExA | ( | HKEY | hkey, |
LPCSTR | lpValueName, | ||
LPDWORD | lpReserved, | ||
LPDWORD | lpType, | ||
LPBYTE | lpData, | ||
LPDWORD | lpcbData | ||
) |
Definition at line 77 of file shellreg.c.
LONG WINAPI SHRegQueryValueExW | ( | HKEY | hkey, |
LPCWSTR | pszValue, | ||
LPDWORD | pdwReserved, | ||
LPDWORD | pdwType, | ||
LPVOID | pvData, | ||
LPDWORD | pcbData | ||
) |
Definition at line 107 of file shellreg.c.
Referenced by SHELL_TryAppPathW().
Definition at line 93 of file shellreg.c.
WINE_DEFAULT_DEBUG_CHANNEL | ( | shell | ) |