ReactOS 0.4.16-dev-320-g3bd9ddc
|
#include <wine/config.h>
#include <stdio.h>
#include <windef.h>
#include <winbase.h>
#include <shlobj.h>
#include <shlwapi.h>
#include <wine/debug.h>
#include "shell32_main.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 147 of file shellreg.c.
Referenced by DoStartStartupItems(), and startup().
Definition at line 136 of file shellreg.c.
Definition at line 124 of file shellreg.c.
Definition at line 42 of file shellreg.c.
Definition at line 55 of file shellreg.c.
Definition at line 68 of file shellreg.c.
LONG WINAPI SHRegQueryValueExA | ( | HKEY | hkey, |
LPCSTR | lpValueName, | ||
LPDWORD | lpReserved, | ||
LPDWORD | lpType, | ||
LPBYTE | lpData, | ||
LPDWORD | lpcbData | ||
) |
Definition at line 78 of file shellreg.c.
LONG WINAPI SHRegQueryValueExW | ( | HKEY | hkey, |
LPCWSTR | pszValue, | ||
LPDWORD | pdwReserved, | ||
LPDWORD | pdwType, | ||
LPVOID | pvData, | ||
LPDWORD | pcbData | ||
) |
Definition at line 108 of file shellreg.c.
Referenced by SHELL_TryAppPathW().
Definition at line 94 of file shellreg.c.
WINE_DEFAULT_DEBUG_CHANNEL | ( | shell | ) |