ReactOS 0.4.15-dev-7918-g2a2556c
umdfstub.h
Go to the documentation of this file.
1/*++
2
3Copyright (c) Microsoft Corporation
4
5ModuleName:
6
7 UMDFStubs.h
8
9Abstract:
10
11 Contains declarations for functions implemented by WdfStubUm.lib and
12 WdfVersionUm.lib
13
14 These are called by UMDF framework (in WUDF.cpp)
15
16Author:
17
18
19
20Revision History:
21
22
23
24--*/
25
26//
27// Functions implemented by version\version.cpp
28//
29extern "C"
33 );
34
35extern "C"
36VOID
38 );
39
40//
41// Functions implemented by stub\stub.cpp
42//
43extern "C"
47 );
48
49extern "C"
50VOID
53 );
54
55//
56// Functions implemented by version\FxLibraryCommon.cpp
57//
58
59VOID
61 __in PFX_DRIVER_GLOBALS FxDriverGlobals
62 );
LONG NTSTATUS
Definition: precomp.h:26
#define __in
Definition: dbghelp.h:35
static DRIVER_UNLOAD DriverUnload
Definition: kbdclass.c:17
VOID LibraryUnload()
VOID FxIFRStop(__in PFX_DRIVER_GLOBALS FxDriverGlobals)
Definition: tracing.cpp:297
NTSTATUS LibraryDriverEntry(__in PUNICODE_STRING RegistryPath)
NTSTATUS FxDriverEntry(__in PWDF_DRIVER_GLOBALS *WdfDriverGlobals)
_Must_inspect_result_ _In_ PDRIVER_OBJECT _In_ PCUNICODE_STRING RegistryPath
Definition: wdfdriver.h:215
PWDF_DRIVER_GLOBALS WdfDriverGlobals