mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 20:02:55 +00:00
8a978a179f
Takern from Microsoft GitHub repo:
d9c6040fe9
Licensed under MIT
38 lines
536 B
C++
38 lines
536 B
C++
/*++
|
|
|
|
Copyright (c) Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
objectpriv.hpp
|
|
|
|
Abstract:
|
|
|
|
Private header file for shared\object directory
|
|
It is then included in objectpch.hpp
|
|
|
|
Author:
|
|
|
|
|
|
|
|
Environment:
|
|
|
|
Both kernel and user mode
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
|
|
extern "C" {
|
|
#include "mx.h"
|
|
}
|
|
|
|
//
|
|
// Root WDF key, for both UMDF and KMDF settings.
|
|
//
|
|
#define WDF_REGISTRY_BASE_PATH L"\\Registry\\Machine\\System\\CurrentControlSet\\Control\\Wdf"
|
|
|
|
#define WDF_GLOBAL_VALUE_IFRDISABLED L"WdfGlobalLogsDisabled" // REG_DWORD
|
|
|