Go to the source code of this file.
◆ ImportRegistryFile()
Definition at line 491 of file reginf.c.
492{
495
496
498 {
501 }
502
504 {
505 DPRINT1(
"registry_callback() for DelReg failed\n");
508 }
509
511 {
512 DPRINT1(
"registry_callback() for AddReg failed\n");
515 }
516
519}
int InfHostOpenFile(PHINF InfHandle, const CHAR *FileName, LANGID LanguageId, ULONG *ErrorLine)
void InfHostCloseFile(HINF InfHandle)
static BOOL registry_callback(HINF hInf, PCWSTR Section, BOOL Delete)
static const WCHAR AddReg[]
static const WCHAR DelReg[]