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

inicache.c File Reference
#include "usetup.h"
#include <debug.h>

Go to the source code of this file.

Defines

#define NDEBUG

Functions

static PINICACHEKEY IniCacheFreeKey (PINICACHEKEY Key)
static PINICACHESECTION IniCacheFreeSection (PINICACHESECTION Section)
static PINICACHEKEY IniCacheFindKey (PINICACHESECTION Section, PWCHAR Name, ULONG NameLength)
static PINICACHEKEY IniCacheAddKey (PINICACHESECTION Section, PCHAR Name, ULONG NameLength, PCHAR Data, ULONG DataLength)
static PINICACHESECTION IniCacheAddSection (PINICACHE Cache, PCHAR Name, ULONG NameLength)
static PCHAR IniCacheSkipWhitespace (PCHAR Ptr)
static PCHAR IniCacheSkipToNextSection (PCHAR Ptr)
static PCHAR IniCacheGetSectionName (PCHAR Ptr, PCHAR *NamePtr, PULONG NameSize)
static PCHAR IniCacheGetKeyName (PCHAR Ptr, PCHAR *NamePtr, PULONG NameSize)
static PCHAR IniCacheGetKeyValue (PCHAR Ptr, PCHAR *DataPtr, PULONG DataSize, BOOLEAN String)
NTSTATUS IniCacheLoad (PINICACHE *Cache, PUNICODE_STRING FileName, BOOLEAN String)
VOID IniCacheDestroy (PINICACHE Cache)
PINICACHESECTION IniCacheGetSection (PINICACHE Cache, PWCHAR Name)
NTSTATUS IniCacheGetKey (PINICACHESECTION Section, PWCHAR KeyName, PWCHAR *KeyData)
PINICACHEITERATOR IniCacheFindFirstValue (PINICACHESECTION Section, PWCHAR *KeyName, PWCHAR *KeyData)
BOOLEAN IniCacheFindNextValue (PINICACHEITERATOR Iterator, PWCHAR *KeyName, PWCHAR *KeyData)
VOID IniCacheFindClose (PINICACHEITERATOR Iterator)
PINICACHEKEY IniCacheInsertKey (PINICACHESECTION Section, PINICACHEKEY AnchorKey, INSERTATION_TYPE InsertationType, PWCHAR Name, PWCHAR Data)
PINICACHE IniCacheCreate (VOID)
NTSTATUS IniCacheSave (PINICACHE Cache, PWCHAR FileName)
PINICACHESECTION IniCacheAppendSection (PINICACHE Cache, PWCHAR Name)

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