mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
339 B
30 lines
339 B
/*++
|
|
|
|
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
|
|
);
|
|
|