mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 02:10:34 +00:00
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
|
||
|
|