Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

37 lines
752 B

/*++
Copyright (c) Microsoft Corporation. All rights reserved.
Module Name:
viddi.h
Abstract:
This header contains private information used for supplying Verifier Device
Driver Interfaces. This header should be included only by vfddi.c.
Author:
Adrian J. Oney (adriao) 1-May-2001
Environment:
Kernel mode
Revision History:
--*/
VOID
ViDdiThrowException(
IN ULONG BugCheckMajorCode,
IN ULONG BugCheckMinorCode,
IN VF_FAILURE_CLASS FailureClass,
IN OUT PULONG AssertionControl,
IN PSTR DebuggerMessageText,
IN PSTR ParameterFormatString,
IN va_list * MessageParameters
);