ReactOS 0.4.16-dev-106-g10b08aa
|
#include <infpriv.h>
Public Attributes | |
struct _INFCACHESECTION * | Next |
struct _INFCACHESECTION * | Prev |
PINFCACHELINE | FirstLine |
PINFCACHELINE | LastLine |
LONG | LineCount |
CHAR | Name [1] |
UINT | Id |
UINT | NextLineId |
WCHAR | Name [1] |
PINFCACHELINE _INFCACHESECTION::FirstLine |
Definition at line 54 of file inffile.c.
Referenced by InfFindFirstLine(), InfpAddLine(), InfpBuildFileBuffer(), InfpCacheAddLine(), InfpCacheFindKeyLine(), InfpCacheFreeSection(), InfpFindFirstLine(), InfpFindFirstMatchLine(), InfpFindKeyLine(), InfpFindLineById(), and InfpFreeSection().
UINT _INFCACHESECTION::Id |
Definition at line 51 of file infpriv.h.
Referenced by InfpAddSection(), InfpFindFirstLine(), InfpFindOrAddSection(), and InfpFindSectionById().
PINFCACHELINE _INFCACHESECTION::LastLine |
Definition at line 55 of file inffile.c.
Referenced by InfpAddLine(), InfpCacheAddLine(), InfpCacheFreeSection(), and InfpFreeSection().
LONG _INFCACHESECTION::LineCount |
Definition at line 57 of file inffile.c.
Referenced by InfGetLineCount(), InfpAddLine(), InfpCacheAddLine(), and InfpGetLineCount().
CHAR _INFCACHESECTION::Name[1] |
Definition at line 59 of file inffile.c.
Referenced by InfFindFirstLine(), InfGetLineCount(), InfpAddSection(), InfpBuildFileBuffer(), InfpCacheAddSection(), InfpCacheFindSection(), InfpFindSection(), and InfpGetLineCount().
struct _INFCACHESECTION * _INFCACHESECTION::Next |
Definition at line 51 of file inffile.c.
Referenced by InfFindFirstLine(), InfGetLineCount(), InfpBuildFileBuffer(), InfpCacheFindSection(), InfpCacheFreeSection(), InfpFindSection(), InfpFindSectionById(), InfpFreeSection(), and InfpGetLineCount().
UINT _INFCACHESECTION::NextLineId |
Definition at line 54 of file infpriv.h.
Referenced by InfpAddLine().
struct _INFCACHESECTION * _INFCACHESECTION::Prev |
Definition at line 52 of file inffile.c.
Referenced by InfpAddSection(), and InfpCacheAddSection().