blob: ff41b35359c2d0addd6b2f2a81b19a94ff93ec4c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/**
* \file
* \author Egor Tensin <Egor.Tensin@gmail.com>
* \date 2015
* \copyright This file is licensed under the terms of the MIT License.
* See LICENSE.txt for details.
*/
#pragma once
#include <ntddk.h>
#define CONVERT_NT_PATH CTL_CODE(0x8000, 0x800, METHOD_BUFFERED, FILE_ANY_ACCESS)
|