Leaked source code of windows server 2003
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
369 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
);