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 infhostget.c.
int InfHostFindFirstLine | ( | HINF | InfHandle, |
const WCHAR * | Section, | ||
const WCHAR * | Key, | ||
PINFCONTEXT * | Context | ||
) |
Definition at line 18 of file infhostget.c.
Referenced by registry_callback().
int InfHostFindFirstMatchLine | ( | PINFCONTEXT | ContextIn, |
const WCHAR * | Key, | ||
PINFCONTEXT | ContextOut | ||
) |
Definition at line 58 of file infhostget.c.
int InfHostFindNextLine | ( | PINFCONTEXT | ContextIn, |
PINFCONTEXT | ContextOut | ||
) |
Definition at line 39 of file infhostget.c.
Referenced by registry_callback().
int InfHostFindNextMatchLine | ( | PINFCONTEXT | ContextIn, |
const WCHAR * | Key, | ||
PINFCONTEXT | ContextOut | ||
) |
Definition at line 78 of file infhostget.c.
VOID InfHostFreeContext | ( | PINFCONTEXT | Context | ) |
int InfHostGetBinaryField | ( | PINFCONTEXT | Context, |
ULONG | FieldIndex, | ||
UCHAR * | ReturnBuffer, | ||
ULONG | ReturnBufferSize, | ||
ULONG * | RequiredSize | ||
) |
Definition at line 116 of file infhostget.c.
Referenced by do_reg_operation().
int InfHostGetData | ( | PINFCONTEXT | Context, |
WCHAR ** | Key, | ||
WCHAR ** | Data | ||
) |
Definition at line 205 of file infhostget.c.
int InfHostGetDataField | ( | PINFCONTEXT | Context, |
ULONG | FieldIndex, | ||
WCHAR ** | Data | ||
) |
Definition at line 225 of file infhostget.c.
LONG InfHostGetFieldCount | ( | PINFCONTEXT | Context | ) |
int InfHostGetIntField | ( | PINFCONTEXT | Context, |
ULONG | FieldIndex, | ||
INT * | IntegerValue | ||
) |
Definition at line 139 of file infhostget.c.
Referenced by registry_callback().
Definition at line 98 of file infhostget.c.
int InfHostGetMultiSzField | ( | PINFCONTEXT | Context, |
ULONG | FieldIndex, | ||
WCHAR * | ReturnBuffer, | ||
ULONG | ReturnBufferSize, | ||
ULONG * | RequiredSize | ||
) |
Definition at line 159 of file infhostget.c.
Referenced by do_reg_operation().
int InfHostGetStringField | ( | PINFCONTEXT | Context, |
ULONG | FieldIndex, | ||
WCHAR * | ReturnBuffer, | ||
ULONG | ReturnBufferSize, | ||
ULONG * | RequiredSize | ||
) |
Definition at line 182 of file infhostget.c.
Referenced by do_reg_operation(), and registry_callback().