26 lines
403 B
C
Raw Permalink Normal View History

2001-01-01 00:00:00 +01:00
/*++
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
);