ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
static VOID | CheckHeap (VOID) |
VOID | InfSetHeap (PVOID Heap) |
NTSTATUS | InfOpenBufferedFile (PHINF InfHandle, PVOID Buffer, ULONG BufferSize, LANGID LanguageId, PULONG ErrorLine) |
NTSTATUS | InfOpenFile (PHINF InfHandle, PUNICODE_STRING FileName, LANGID LanguageId, PULONG ErrorLine) |
VOID | InfCloseFile (HINF InfHandle) |
Variables | |
static int | InfpHeapRefCount |
PVOID | InfpHeap |
#define NDEBUG |
Definition at line 14 of file infrosgen.c.
Definition at line 22 of file infrosgen.c.
Referenced by InfOpenBufferedFile(), and InfOpenFile().
Definition at line 334 of file infrosgen.c.
Referenced by LoadReactOSSetup(), and SetupCloseInfFile().
NTSTATUS InfOpenBufferedFile | ( | PHINF | InfHandle, |
PVOID | Buffer, | ||
ULONG | BufferSize, | ||
LANGID | LanguageId, | ||
PULONG | ErrorLine | ||
) |
Definition at line 51 of file infrosgen.c.
Referenced by INF_OpenBufferedFileA().
NTSTATUS InfOpenFile | ( | PHINF | InfHandle, |
PUNICODE_STRING | FileName, | ||
LANGID | LanguageId, | ||
PULONG | ErrorLine | ||
) |
Definition at line 161 of file infrosgen.c.
Definition at line 40 of file infrosgen.c.
Referenced by RunUSetup().
PVOID InfpHeap |
Definition at line 37 of file infrosgen.c.
Referenced by CheckHeap(), InfCloseFile(), and InfSetHeap().
|
static |
Definition at line 19 of file infrosgen.c.
Referenced by CheckHeap(), InfCloseFile(), and InfSetHeap().