ReactOS 0.4.15-dev-6703-g6528ab8
|
#include <inicache.h>
Public Attributes | |
PWCHAR | Name |
PINICACHEKEY | FirstKey |
PINICACHEKEY | LastKey |
struct _INICACHESECTION * | Next |
struct _INICACHESECTION * | Prev |
Definition at line 20 of file inicache.h.
PINICACHEKEY _INICACHESECTION::FirstKey |
Definition at line 24 of file inicache.h.
Referenced by IniCacheAddKey(), IniCacheFindFirstValue(), IniCacheFindKey(), IniCacheFreeSection(), IniCacheInsertKey(), and IniCacheSaveByHandle().
PINICACHEKEY _INICACHESECTION::LastKey |
Definition at line 25 of file inicache.h.
Referenced by IniCacheAddKey(), IniCacheFreeSection(), and IniCacheInsertKey().
PWCHAR _INICACHESECTION::Name |
Definition at line 22 of file inicache.h.
Referenced by IniCacheAddSection(), IniCacheAppendSection(), IniCacheFreeSection(), IniCacheGetSection(), and IniCacheSaveByHandle().
struct _INICACHESECTION* _INICACHESECTION::Next |
Definition at line 27 of file inicache.h.
Referenced by IniCacheFreeSection(), IniCacheGetSection(), and IniCacheSaveByHandle().
struct _INICACHESECTION* _INICACHESECTION::Prev |
Definition at line 28 of file inicache.h.
Referenced by IniCacheAddSection(), and IniCacheAppendSection().