mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00
27 lines
329 B
C
27 lines
329 B
C
![]() |
/*++
|
||
|
|
||
|
Copyright (c) Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
UfxVerifier.h
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
This file contains UMDF verifier functions which are consumed by shared um
|
||
|
code but are implemented in drivers depot by UMDF framework.
|
||
|
|
||
|
Environment:
|
||
|
|
||
|
User mode only
|
||
|
|
||
|
Revision History:
|
||
|
|
||
|
|
||
|
|
||
|
--*/
|
||
|
|
||
|
VOID
|
||
|
UfxVerifierTrapNotImpl(
|
||
|
);
|