ReactOS 0.4.15-dev-7834-g00c4b3d
objectpriv.hpp
Go to the documentation of this file.
1/*++
2
3Copyright (c) Microsoft Corporation
4
5Module Name:
6
7 objectpriv.hpp
8
9Abstract:
10
11 Private header file for shared\object directory
12 It is then included in objectpch.hpp
13
14Author:
15
16
17
18Environment:
19
20 Both kernel and user mode
21
22Revision History:
23
24--*/
25
26
27extern "C" {
28#include "mx.h"
29}
30
31//
32// Root WDF key, for both UMDF and KMDF settings.
33//
34#define WDF_REGISTRY_BASE_PATH L"\\Registry\\Machine\\System\\CurrentControlSet\\Control\\Wdf"
35
36#define WDF_GLOBAL_VALUE_IFRDISABLED L"WdfGlobalLogsDisabled" // REG_DWORD
37