|
ReactOS 0.4.17-dev-357-ga8f14ff
|
#include <stdarg.h>#include <string.h>#include "windef.h"#include "winbase.h"#include "winuser.h"#include "winreg.h"#include "wine/debug.h"#include "shlwapi.h"#include "wine/unicode.h"
Go to the source code of this file.
Macros | |
| #define | NO_SHLWAPI_STREAM |
Variables | |
| static const char | lpszContentTypeA [] = "Content Type" |
| static const WCHAR | lpszContentTypeW [] = { 'C','o','n','t','e','n','t',' ','T','y','p','e','\0'} |
| static const char | szMimeDbContentA [] = "MIME\\Database\\Content Type\\" |
| static const WCHAR | szMimeDbContentW [] |
| static const DWORD | dwLenMimeDbContent = 27 |
| static const char | szExtensionA [] = "Extension" |
| static const WCHAR | szExtensionW [] = { 'E', 'x', 't','e','n','s','i','o','n','\0' } |
Definition at line 341 of file reg.c.
Referenced by MIME_GetExtensionA(), RegisterExtensionForMIMETypeA(), and UnregisterExtensionForMIMETypeA().
Definition at line 364 of file reg.c.
Referenced by MIME_GetExtensionW(), RegisterExtensionForMIMETypeW(), and UnregisterExtensionForMIMETypeW().
Definition at line 402 of file reg.c.
Definition at line 430 of file reg.c.
Definition at line 466 of file reg.c.
Definition at line 488 of file reg.c.
Definition at line 163 of file reg.c.
Referenced by UnregisterExtensionForMIMETypeA().
Definition at line 192 of file reg.c.
Referenced by UnregisterExtensionForMIMETypeW().
| DWORD WINAPI SHGetValueGoodBootA | ( | HKEY | hkey, |
| LPCSTR | pSubKey, | ||
| LPCSTR | pValue, | ||
| LPDWORD | pwType, | ||
| LPVOID | pvData, | ||
| LPDWORD | pbData | ||
| ) |
| DWORD WINAPI SHGetValueGoodBootW | ( | HKEY | hkey, |
| LPCWSTR | pSubKey, | ||
| LPCWSTR | pValue, | ||
| LPDWORD | pwType, | ||
| LPVOID | pvData, | ||
| LPDWORD | pbData | ||
| ) |
| HRESULT WINAPI SHRegGetCLSIDKeyA | ( | REFGUID | guid, |
| LPCSTR | lpszValue, | ||
| BOOL | bUseHKCU, | ||
| BOOL | bCreate, | ||
| PHKEY | phKey | ||
| ) |
| HRESULT WINAPI SHRegGetCLSIDKeyW | ( | REFGUID | guid, |
| LPCWSTR | lpszValue, | ||
| BOOL | bUseHKCU, | ||
| BOOL | bCreate, | ||
| PHKEY | phKey | ||
| ) |
Definition at line 595 of file reg.c.
Referenced by CFileSysEnum::_AddFindResult(), SHELL32_GetFSItemAttributes(), and SHRegGetCLSIDKeyA().
Definition at line 661 of file reg.c.
Definition at line 546 of file ordinal.c.
Referenced by SHRegGetCLSIDKeyW().
Definition at line 521 of file reg.c.
Definition at line 543 of file reg.c.
| WINE_DEFAULT_DEBUG_CHANNEL | ( | shell | ) |
Definition at line 43 of file reg.c.
Referenced by GetMIMETypeSubKeyA(), and GetMIMETypeSubKeyW().
Definition at line 36 of file reg.c.
Referenced by RegisterMIMETypeForExtensionA(), and UnregisterMIMETypeForExtensionA().
Definition at line 37 of file reg.c.
Referenced by RegisterMIMETypeForExtensionW(), and UnregisterMIMETypeForExtensionW().
Definition at line 45 of file reg.c.
Referenced by MIME_GetExtensionA(), RegisterExtensionForMIMETypeA(), and UnregisterExtensionForMIMETypeA().
Definition at line 46 of file reg.c.
Referenced by MIME_GetExtensionW(), RegisterExtensionForMIMETypeW(), and UnregisterExtensionForMIMETypeW().
Definition at line 39 of file reg.c.
Referenced by GetMIMETypeSubKeyA().
Definition at line 40 of file reg.c.
Referenced by GetMIMETypeSubKeyW().