|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Functions | |
| int | InfHostWriteFile (HINF InfHandle, const CHAR *FileName, const CHAR *HeaderComment) |
| int | InfHostFindOrAddSection (HINF InfHandle, const WCHAR *Section, PINFCONTEXT *Context) |
| int | InfHostAddLine (PINFCONTEXT Context, const WCHAR *Key) |
| int | InfHostAddField (PINFCONTEXT Context, const WCHAR *Data) |
| #define NDEBUG |
Definition at line 12 of file infhostput.c.
| int InfHostAddField | ( | PINFCONTEXT | Context, |
| const WCHAR * | Data | ||
| ) |
Definition at line 99 of file infhostput.c.
| int InfHostAddLine | ( | PINFCONTEXT | Context, |
| const WCHAR * | Key | ||
| ) |
Definition at line 82 of file infhostput.c.
| int InfHostFindOrAddSection | ( | HINF | InfHandle, |
| const WCHAR * | Section, | ||
| PINFCONTEXT * | Context | ||
| ) |
Definition at line 63 of file infhostput.c.
Definition at line 16 of file infhostput.c.