ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

edit.c File Reference
#include <regedit.h>

Go to the source code of this file.

Enumerations

enum  EDIT_MODE { EDIT_MODE_DEC, EDIT_MODE_HEX }

Functions

void error (HWND hwnd, INT resId,...)
static void error_code_messagebox (HWND hwnd, DWORD error_code)
void warning (HWND hwnd, INT resId,...)
INT_PTR CALLBACK modify_string_dlgproc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
INT_PTR CALLBACK modify_multi_string_dlgproc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
LRESULT CALLBACK DwordEditSubclassProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
INT_PTR CALLBACK modify_dword_dlgproc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
INT_PTR CALLBACK modify_binary_dlgproc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
static BOOL CreateResourceColumns (HWND hwnd)
static VOID GetInterfaceType (INTERFACE_TYPE InterfaceType, LPTSTR pBuffer, DWORD dwLength)
static VOID ParseResources (HWND hwnd)
static BOOL OnResourceNotify (HWND hwndDlg, NMHDR *phdr)
static INT_PTR CALLBACK modify_resource_dlgproc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
static BOOL CreateResourceListColumns (HWND hWndListView)
static VOID AddFullResourcesToList (HWND hwnd)
static BOOL OnResourceListNotify (HWND hwndDlg, NMHDR *phdr)
static INT_PTR CALLBACK modify_resource_list_dlgproc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
BOOL ModifyValue (HWND hwnd, HKEY hKey, LPCTSTR valueName, BOOL EditBin)
static LONG CopyKey (HKEY hDestKey, LPCTSTR lpDestSubKey, HKEY hSrcKey, LPCTSTR lpSrcSubKey)
static LONG MoveKey (HKEY hDestKey, LPCTSTR lpDestSubKey, HKEY hSrcKey, LPCTSTR lpSrcSubKey)
BOOL DeleteKey (HWND hwnd, HKEY hKeyRoot, LPCTSTR keyPath)
LONG RenameKey (HKEY hKey, LPCTSTR lpSubKey, LPCTSTR lpNewName)
LONG RenameValue (HKEY hKey, LPCTSTR lpSubKey, LPCTSTR lpDestValue, LPCTSTR lpSrcValue)
LONG QueryStringValue (HKEY hKey, LPCTSTR lpSubKey, LPCTSTR lpValueName, LPTSTR pszBuffer, DWORD dwBufferLen)
BOOL GetKeyName (LPTSTR pszDest, size_t iDestLength, HKEY hRootKey, LPCTSTR lpSubKey)

Variables

static const TCHAReditValueName
static TCHARstringValueData
static PVOID binValueData
static DWORD dwordValueData
static PCM_RESOURCE_LIST resourceValueData
static INT fullResourceIndex = -1
static DWORD valueDataLen
static EDIT_MODE dwordEditMode = EDIT_MODE_HEX

Generated on Fri May 25 2012 04:41:46 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.