1 /*++
2 
3 Copyright (c) Microsoft Corporation
4 
5 Module Name:
6 
7     corepriv.hpp
8 
9 Abstract:
10 
11     Private header file for FxToSharedInterface\FxObject directory
12     It is then included in objectpch.hpp
13 
14 Author:
15 
16 
17 
18 Environment:
19 
20     Kernel mode only
21 
22 Revision History:
23 
24 --*/
25 
26 
27 extern "C" {
28 #include <ntddk.h>
29 #include "wdf.h"
30 }
31 
32 #define WDF_REGISTRY_BASE_PATH L"\\Registry\\Machine\\System\\CurrentControlSet\\Control\\Wdf"
33 
34