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.
33 lines
427 B
33 lines
427 B
/*++
|
|
|
|
Copyright (c) 2000 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
vfgeneric.h
|
|
|
|
Abstract:
|
|
|
|
This header contains prototypes for verifying generic IRPs are handled
|
|
correctly.
|
|
|
|
Author:
|
|
|
|
Adrian J. Oney (adriao) 09-May-1998
|
|
|
|
Environment:
|
|
|
|
Kernel mode
|
|
|
|
Revision History:
|
|
|
|
AdriaO 06/15/2000 - Seperated out from ntos\io\flunkirp.h
|
|
|
|
--*/
|
|
|
|
VOID
|
|
VfGenericInit(
|
|
VOID
|
|
);
|
|
|
|
|