ReactOS 0.4.15-dev-7906-g1b85a5f
_INFCACHESECTION Struct Reference

#include <infpriv.h>

Collaboration diagram for _INFCACHESECTION:

Public Attributes

struct _INFCACHESECTIONNext
 
struct _INFCACHESECTIONPrev
 
PINFCACHELINE FirstLine
 
PINFCACHELINE LastLine
 
LONG LineCount
 
CHAR Name [1]
 
UINT Id
 
UINT NextLineId
 
WCHAR Name [1]
 

Detailed Description

Definition at line 49 of file inffile.c.

Member Data Documentation

◆ FirstLine

◆ Id

UINT _INFCACHESECTION::Id

◆ LastLine

PINFCACHELINE _INFCACHESECTION::LastLine

Definition at line 55 of file inffile.c.

Referenced by InfpAddLine(), InfpCacheAddLine(), InfpCacheFreeSection(), and InfpFreeSection().

◆ LineCount

LONG _INFCACHESECTION::LineCount

Definition at line 57 of file inffile.c.

Referenced by InfGetLineCount(), InfpAddLine(), InfpCacheAddLine(), and InfpGetLineCount().

◆ Name [1/2]

◆ Name [2/2]

WCHAR _INFCACHESECTION::Name[1]

Definition at line 56 of file infpriv.h.

◆ Next

◆ NextLineId

UINT _INFCACHESECTION::NextLineId

Definition at line 54 of file infpriv.h.

Referenced by InfpAddLine().

◆ Prev

struct _INFCACHESECTION * _INFCACHESECTION::Prev

Definition at line 52 of file inffile.c.

Referenced by InfpAddSection(), and InfpCacheAddSection().


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