ReactOS 0.4.15-dev-7108-g1cf6ce6
|
#include <inicache.h>
Public Attributes | |
PWCHAR | Name |
PWCHAR | Data |
struct _INICACHEKEY * | Next |
struct _INICACHEKEY * | Prev |
Definition at line 10 of file inicache.h.
PWCHAR _INICACHEKEY::Data |
Definition at line 13 of file inicache.h.
PWCHAR _INICACHEKEY::Name |
Definition at line 12 of file inicache.h.
struct _INICACHEKEY* _INICACHEKEY::Next |
Definition at line 15 of file inicache.h.
Referenced by IniCacheAddKey(), and IniCacheInsertKey().
struct _INICACHEKEY* _INICACHEKEY::Prev |
Definition at line 16 of file inicache.h.
Referenced by IniCacheInsertKey().