ReactOS
0.4.15-dev-5640-g0dde428
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
int | InfHostOpenBufferedFile (PHINF InfHandle, void *Buffer, ULONG BufferSize, LANGID LanguageId, ULONG *ErrorLine) |
int | InfHostOpenFile (PHINF InfHandle, const CHAR *FileName, LANGID LanguageId, ULONG *ErrorLine) |
void | InfHostCloseFile (HINF InfHandle) |
#define NDEBUG |
Definition at line 14 of file infhostgen.c.
Definition at line 283 of file infhostgen.c.
Referenced by ImportRegistryFile().
int InfHostOpenBufferedFile | ( | PHINF | InfHandle, |
void * | Buffer, | ||
ULONG | BufferSize, | ||
LANGID | LanguageId, | ||
ULONG * | ErrorLine | ||
) |
Definition at line 20 of file infhostgen.c.
int InfHostOpenFile | ( | PHINF | InfHandle, |
const CHAR * | FileName, | ||
LANGID | LanguageId, | ||
ULONG * | ErrorLine | ||
) |
Definition at line 128 of file infhostgen.c.
Referenced by ImportRegistryFile().