2025-04-27 07:49:33 -04:00

31 lines
369 B
C

/*++
Copyright (c) 2000 Microsoft Corporation
Module Name:
vfinit.h
Abstract:
This header exposes the routines neccessary to initialize the driver verifier.
Author:
Adrian J. Oney (adriao) 1-Mar-2000
Environment:
Kernel mode
Revision History:
--*/
VOID
FASTCALL
VfInitVerifier(
IN ULONG MmFlags
);