ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
#define NDEBUG |
Definition at line 14 of file infrosget.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 29 of file infrosget.c.
Referenced by SetupFindNextLine(), and SetupLdrScanBootDrivers().
BOOLEAN InfFindNextMatchLine | ( | PINFCONTEXT | ContextIn, |
PCWSTR | Key, | ||
PINFCONTEXT | ContextOut | ||
) |
Definition at line 46 of file infrosget.c.
VOID InfFreeContext | ( | PINFCONTEXT | Context | ) |
BOOLEAN InfGetBinaryField | ( | PINFCONTEXT | Context, |
ULONG | FieldIndex, | ||
PUCHAR | ReturnBuffer, | ||
ULONG | ReturnBufferSize, | ||
PULONG | RequiredSize | ||
) |
Definition at line 73 of file infrosget.c.
Referenced by SetupGetBinaryField().
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.
Referenced by LoadReactOSSetup(), pSetupGetField(), SetupLdrInitErrataInf(), SetupLdrLoadNlsData(), and SetupLdrScanBootDrivers().
LONG InfGetFieldCount | ( | PINFCONTEXT | Context | ) |
BOOLEAN InfGetIntField | ( | PINFCONTEXT | Context, |
ULONG | FieldIndex, | ||
INT * | IntegerValue | ||
) |
Definition at line 85 of file infrosget.c.
Referenced by SetupGetIntField().
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.
Referenced by SetupGetMultiSzFieldW().
BOOLEAN InfGetStringField | ( | PINFCONTEXT | Context, |
ULONG | FieldIndex, | ||
PWSTR | ReturnBuffer, | ||
ULONG | ReturnBufferSize, | ||
PULONG | RequiredSize | ||
) |
Definition at line 106 of file infrosget.c.
Referenced by SetupGetStringFieldW().