|
ReactOS 0.4.16-dev-2615-g89221f5
|
#include <infpriv.h>

Public Attributes | |
| PINFCACHESECTION | FirstSection |
| PINFCACHESECTION | LastSection |
| PINFCACHESECTION | StringsSection |
| LANGID | LanguageId |
| UINT | NextSectionId |
| PINFCACHESECTION _INFCACHE::FirstSection |
Definition at line 64 of file inffile.c.
Referenced by InfCloseFile(), InfFindFirstLine(), InfGetLineCount(), InfHostCloseFile(), InfpAddSection(), InfpBuildFileBuffer(), InfpCacheAddSection(), InfpCacheFindSection(), InfpFindSection(), InfpFindSectionById(), and InfpGetLineCount().
| LANGID _INFCACHE::LanguageId |
Definition at line 61 of file infpriv.h.
Referenced by InfHostOpenBufferedFile(), InfHostOpenFile(), InfOpenBufferedFile(), InfOpenFile(), and InfpGetSubstitutionString().
| PINFCACHESECTION _INFCACHE::LastSection |
Definition at line 65 of file inffile.c.
Referenced by InfCloseFile(), InfHostCloseFile(), InfpAddSection(), and InfpCacheAddSection().
| UINT _INFCACHE::NextSectionId |
Definition at line 64 of file infpriv.h.
Referenced by InfpAddSection().
| PINFCACHESECTION _INFCACHE::StringsSection |