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.h File Reference

Go to the source code of this file.

Data Structures

struct  PINICACHEKEY
struct  PINICACHESECTION
struct  PINICACHE
struct  PINICACHEITERATOR

Enumerations

enum  INSERTATION_TYPE { INSERT_FIRST, INSERT_BEFORE, INSERT_AFTER, INSERT_LAST }

Functions

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 Sat May 26 2012 04:43:45 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.