Go to the source code of this file.
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (shell) |
| EXTERN_C HRESULT WINAPI | SHRegOpenKeyA (HKEY hKey, LPSTR lpSubKey, PHKEY phkResult) |
| EXTERN_C HRESULT WINAPI | SHRegOpenKeyW (HKEY hkey, LPCWSTR lpszSubKey, PHKEY retkey) |
| EXTERN_C HRESULT WINAPI | SHRegQueryValueA (HKEY hkey, LPSTR lpSubKey, LPSTR lpValue, LPDWORD lpcbValue) |
| EXTERN_C HRESULT WINAPI | SHRegQueryValueExA (HKEY hkey, LPSTR lpValueName, LPDWORD lpReserved, LPDWORD lpType, LPBYTE lpData, LPDWORD lpcbData) |
| EXTERN_C HRESULT WINAPI | SHRegQueryValueW (HKEY hkey, LPWSTR lpszSubKey, LPWSTR lpszData, LPDWORD lpcbData) |
| EXTERN_C HRESULT WINAPI | SHRegQueryValueExW (HKEY hkey, LPWSTR pszValue, LPDWORD pdwReserved, LPDWORD pdwType, LPVOID pvData, LPDWORD pcbData) |
| HRESULT WINAPI | SHRegDeleteKeyA (HKEY hkey, LPCSTR pszSubKey) |
| EXTERN_C HRESULT WINAPI | SHRegDeleteKeyW (HKEY hkey, LPCWSTR pszSubKey) |
| EXTERN_C HRESULT WINAPI | SHRegCloseKey (HKEY hkey) |
| EXTERN_C HRESULT WINAPI | SHCreateSessionKey (REGSAM samDesired, PHKEY phKey) |