aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/nt_path_converter/nt2dos.h
blob: 495202d741e4d12154823a7c330b13582dc213a2 (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 <ntstrsafe.h>

NTSTATUS nt2dos(UNICODE_STRING *resolved, UNICODE_STRING *unresolved);