ReactOS 0.4.16-dev-340-g0540c21
|
Go to the source code of this file.
Functions | |
BOOL | RegValueExists (HKEY hKey, LPCWSTR Name) |
BOOL | RegKeyExists (HKEY hKey, LPCWSTR Path) |
DWORD | RegSetOrDelete (HKEY hKey, LPCWSTR Name, DWORD Type, LPCVOID Data, DWORD Size) |
DWORD | RegSetString (HKEY hKey, LPCWSTR Name, LPCWSTR Str, DWORD Type=REG_SZ) |
HICON | SHELL32_SHExtractIcon (LPCWSTR File, int Index, int cx, int cy) |
Definition at line 17 of file utils.h.
Referenced by EditTypeDlg_ReadClass(), and EditTypeDlg_WriteClass().
Definition at line 26 of file utils.h.
Referenced by EditTypeDlg_WriteClass().
Definition at line 35 of file utils.h.
Referenced by EditTypeDlg_WriteClass(), FileTypesDlg_AddExt(), and COpenWithList::SetDefaultHandler().
Definition at line 11 of file utils.h.
Referenced by CDefaultContextMenu::AddStaticContextMenusToMenu(), EditTypeDlg_ReadClass(), and FileTypesDlg_InsertToLV().
Definition at line 42 of file utils.h.
Referenced by DoExtractIcon().