ReactOS 0.4.15-dev-7907-g95bf896
_INICACHESECTION Struct Reference

#include <inicache.h>

Collaboration diagram for _INICACHESECTION:

Public Attributes

PWCHAR Name
 
PINICACHEKEY FirstKey
 
PINICACHEKEY LastKey
 
struct _INICACHESECTIONNext
 
struct _INICACHESECTIONPrev
 

Detailed Description

Definition at line 20 of file inicache.h.

Member Data Documentation

◆ FirstKey

◆ LastKey

PINICACHEKEY _INICACHESECTION::LastKey

Definition at line 25 of file inicache.h.

Referenced by IniCacheAddKey(), IniCacheFreeSection(), and IniCacheInsertKey().

◆ Name

PWCHAR _INICACHESECTION::Name

◆ Next

struct _INICACHESECTION* _INICACHESECTION::Next

Definition at line 27 of file inicache.h.

Referenced by IniCacheFreeSection(), IniCacheGetSection(), and IniCacheSaveByHandle().

◆ Prev

struct _INICACHESECTION* _INICACHESECTION::Prev

Definition at line 28 of file inicache.h.

Referenced by IniCacheAddSection(), and IniCacheAppendSection().


The documentation for this struct was generated from the following file: