aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/nt_path_converter/control_codes.h
blob: b81de84ab41feaa9952bc710ee985acfd3b39a3a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/**
 * \file
 * \author Egor Tensin <Egor.Tensin@gmail.com>
 * \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)