ReactOS 0.4.15-dev-7842-g558ab78
_INICACHEKEY Struct Reference

#include <inicache.h>

Collaboration diagram for _INICACHEKEY:

Public Attributes

PWCHAR Name
 
PWCHAR Data
 
struct _INICACHEKEYNext
 
struct _INICACHEKEYPrev
 

Detailed Description

Definition at line 10 of file inicache.h.

Member Data Documentation

◆ Data

PWCHAR _INICACHEKEY::Data

Definition at line 13 of file inicache.h.

◆ Name

PWCHAR _INICACHEKEY::Name

Definition at line 12 of file inicache.h.

◆ Next

struct _INICACHEKEY* _INICACHEKEY::Next

Definition at line 15 of file inicache.h.

Referenced by IniCacheAddKey(), and IniCacheInsertKey().

◆ Prev

struct _INICACHEKEY* _INICACHEKEY::Prev

Definition at line 16 of file inicache.h.

Referenced by IniCacheInsertKey().


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