|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <inicache.h>

Public Attributes | |
| PWSTR | Name |
| LIST_ENTRY | KeyList |
| LIST_ENTRY | ListEntry |
Definition at line 17 of file inicache.h.
| LIST_ENTRY _INI_SECTION::KeyList |
Definition at line 20 of file inicache.h.
Referenced by IniCacheAddSectionAorW(), and IniCacheSaveByHandle().
| LIST_ENTRY _INI_SECTION::ListEntry |
Definition at line 21 of file inicache.h.
Referenced by IniAddSection(), IniCacheAddSectionAorW(), and IniParseFile().
| PWSTR _INI_SECTION::Name |
Definition at line 19 of file inicache.h.
Referenced by IniCacheAddSectionAorW(), IniCacheFindSection(), and IniCacheSaveByHandle().