ReactOS 0.4.15-dev-8096-ga0eec98
_INI_SECTION Struct Reference

#include <inicache.h>

Collaboration diagram for _INI_SECTION:

Public Attributes

PWSTR Name
 
LIST_ENTRY KeyList
 
LIST_ENTRY ListEntry
 

Detailed Description

Definition at line 17 of file inicache.h.

Member Data Documentation

◆ KeyList

LIST_ENTRY _INI_SECTION::KeyList

Definition at line 20 of file inicache.h.

Referenced by IniCacheAddSectionAorW(), and IniCacheSaveByHandle().

◆ ListEntry

LIST_ENTRY _INI_SECTION::ListEntry

Definition at line 21 of file inicache.h.

Referenced by IniAddSection(), IniCacheAddSectionAorW(), and IniParseFile().

◆ Name

PWSTR _INI_SECTION::Name

Definition at line 19 of file inicache.h.

Referenced by IniCacheAddSectionAorW(), IniCacheFindSection(), and IniCacheSaveByHandle().


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