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

registry.c File Reference
#include <freeldr.h>
#include <debug.h>

Go to the source code of this file.

Functions

 DBG_DEFAULT_CHANNEL (REGISTRY)
VOID RegInitializeRegistry (VOID)
LONG RegInitCurrentControlSet (BOOLEAN LastKnownGood)
LONG RegCreateKey (FRLDRHKEY ParentKey, PCWSTR KeyName, PFRLDRHKEY Key)
LONG RegDeleteKey (FRLDRHKEY Key, PCWSTR Name)
LONG RegEnumKey (FRLDRHKEY Key, ULONG Index, PWCHAR Name, ULONG *NameSize)
LONG RegOpenKey (FRLDRHKEY ParentKey, PCWSTR KeyName, PFRLDRHKEY Key)
LONG RegSetValue (FRLDRHKEY Key, PCWSTR ValueName, ULONG Type, PCSTR Data, ULONG DataSize)
LONG RegQueryValue (FRLDRHKEY Key, PCWSTR ValueName, ULONG *Type, PUCHAR Data, ULONG *DataSize)
LONG RegDeleteValue (FRLDRHKEY Key, PCWSTR ValueName)
LONG RegEnumValue (FRLDRHKEY Key, ULONG Index, PWCHAR ValueName, ULONG *NameSize, ULONG *Type, PUCHAR Data, ULONG *DataSize)
ULONG RegGetSubKeyCount (FRLDRHKEY Key)
ULONG RegGetValueCount (FRLDRHKEY Key)

Variables

static FRLDRHKEY RootKey

Generated on Sun May 27 2012 04:41:58 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.