ReactOS 0.4.16-dev-297-gc569aee
|
#include <infcommon.h>
Go to the source code of this file.
BOOLEAN InfAddField | ( | PINFCONTEXT | Context, |
PCWSTR | Data | ||
) |
BOOLEAN InfAddLine | ( | PINFCONTEXT | Context, |
PCWSTR | Key | ||
) |
Definition at line 1028 of file inffile.c.
BOOLEAN InfFindFirstLine | ( | HINF | InfHandle, |
PCWSTR | Section, | ||
PCWSTR | Key, | ||
PINFCONTEXT * | Context | ||
) |
Definition at line 19 of file infrosget.c.
BOOLEAN InfFindFirstMatchLine | ( | PINFCONTEXT | ContextIn, |
PCWSTR | Key, | ||
PINFCONTEXT | ContextOut | ||
) |
Definition at line 37 of file infrosget.c.
BOOLEAN InfFindNextLine | ( | PINFCONTEXT | ContextIn, |
PINFCONTEXT | ContextOut | ||
) |
Definition at line 1107 of file inffile.c.
BOOLEAN InfFindNextMatchLine | ( | PINFCONTEXT | ContextIn, |
PCWSTR | Key, | ||
PINFCONTEXT | ContextOut | ||
) |
Definition at line 46 of file infrosget.c.
BOOLEAN InfFindOrAddSection | ( | HINF | InfHandle, |
PCWSTR | Section, | ||
PINFCONTEXT * | Context | ||
) |
Definition at line 111 of file infrosput.c.
VOID InfFreeContext | ( | PINFCONTEXT | Context | ) |
BOOLEAN InfGetBinaryField | ( | PINFCONTEXT | Context, |
ULONG | FieldIndex, | ||
PUCHAR | ReturnBuffer, | ||
ULONG | ReturnBufferSize, | ||
PULONG | RequiredSize | ||
) |
Definition at line 1260 of file inffile.c.
BOOLEAN InfGetData | ( | PINFCONTEXT | Context, |
PWCHAR * | Key, | ||
PWCHAR * | Data | ||
) |
Definition at line 118 of file infrosget.c.
BOOLEAN InfGetDataField | ( | PINFCONTEXT | Context, |
ULONG | FieldIndex, | ||
PWCHAR * | Data | ||
) |
Definition at line 127 of file infrosget.c.
LONG InfGetFieldCount | ( | PINFCONTEXT | Context | ) |
BOOLEAN InfGetIntField | ( | PINFCONTEXT | Context, |
ULONG | FieldIndex, | ||
INT * | IntegerValue | ||
) |
Definition at line 85 of file infrosget.c.
Definition at line 55 of file infrosget.c.
BOOLEAN InfGetMultiSzField | ( | PINFCONTEXT | Context, |
ULONG | FieldIndex, | ||
PWSTR | ReturnBuffer, | ||
ULONG | ReturnBufferSize, | ||
PULONG | RequiredSize | ||
) |
Definition at line 94 of file infrosget.c.
BOOLEAN InfGetStringField | ( | PINFCONTEXT | Context, |
ULONG | FieldIndex, | ||
PWSTR | ReturnBuffer, | ||
ULONG | ReturnBufferSize, | ||
PULONG | RequiredSize | ||
) |
Definition at line 106 of file infrosget.c.
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().
NTSTATUS InfWriteFile | ( | HINF | InfHandle, |
PUNICODE_STRING | FileName, | ||
PUNICODE_STRING | HeaderComment | ||
) |
Definition at line 16 of file infrosput.c.