ReactOS
0.4.15-dev-6056-gb29b268
arcname.h
Go to the documentation of this file.
1
/*
2
* PROJECT: ReactOS Setup Library
3
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
4
* PURPOSE: ARC path to-and-from NT path resolver.
5
* COPYRIGHT: Copyright 2017-2018 Hermes Belusca-Maito
6
*/
7
8
#pragma once
9
10
BOOLEAN
11
ArcPathNormalize
(
12
OUT
PUNICODE_STRING
NormalizedArcPath,
13
IN
PCWSTR
ArcPath);
14
15
BOOLEAN
16
ArcPathToNtPath
(
17
OUT
PUNICODE_STRING
NtPath,
18
IN
PCWSTR
ArcPath,
19
IN
PPARTLIST
PartList
OPTIONAL
);
20
21
/* EOF */
BOOLEAN
unsigned char BOOLEAN
Definition:
ProcessorBind.h:185
ArcPathNormalize
BOOLEAN ArcPathNormalize(OUT PUNICODE_STRING NormalizedArcPath, IN PCWSTR ArcPath)
Definition:
arcname.c:312
ArcPathToNtPath
BOOLEAN ArcPathToNtPath(OUT PUNICODE_STRING NtPath, IN PCWSTR ArcPath, IN PPARTLIST PartList OPTIONAL)
Definition:
arcname.c:819
OPTIONAL
PULONG MinorVersion OPTIONAL
Definition:
CrossNt.h:68
_PARTLIST
Definition:
partlist.h:153
_UNICODE_STRING
Definition:
env_spec_w32.h:368
PCWSTR
const uint16_t * PCWSTR
Definition:
typedefs.h:57
IN
#define IN
Definition:
typedefs.h:39
OUT
#define OUT
Definition:
typedefs.h:40
base
setup
lib
utils
arcname.h
Generated on Sat Jun 3 2023 06:02:18 for ReactOS by
1.9.6