ReactOS 0.4.15-dev-7907-g95bf896
objectpriv.hpp
Go to the documentation of this file.
1/*++
2
3Copyright (c) Microsoft Corporation
4
5Module Name:
6
7 corepriv.hpp
8
9Abstract:
10
11 Private header file for FxToSharedInterface\FxObject directory
12 It is then included in objectpch.hpp
13
14Author:
15
16
17
18Environment:
19
20 Kernel mode only
21
22Revision History:
23
24--*/
25
26
27extern "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