2020-09-30 16:53:55 +02:00

26 lines
403 B
C

/*++
Copyright (c) Microsoft Corporation. All rights reserved.
Module Name:
geninst.h
Abstract:
This module contains support routines for implementing
running of Install sections containing AddReg, DelReg,
BitReg etc.
Environment:
Kernel mode
--*/
BOOLEAN
CmpGenInstall(
IN PVOID InfHandle,
IN PCHAR Section
);