ReactOS
0.4.16-dev-109-gf4cb10f
RtlGetLongestNtPathLength.c
Go to the documentation of this file.
1
/*
2
* PROJECT: ReactOS api tests
3
* LICENSE: GPLv2+ - See COPYING in the top level directory
4
* PURPOSE: Test for RtlGetLongestNtPathLength
5
* PROGRAMMER: Thomas Faber <thomas.faber@reactos.org>
6
*/
7
8
#include "
precomp.h
"
9
10
/*
11
ULONG
12
NTAPI
13
RtlGetLongestNtPathLength(VOID);
14
*/
15
16
START_TEST
(
RtlGetLongestNtPathLength
)
17
{
18
ULONG
Length
;
19
20
Length
=
RtlGetLongestNtPathLength
();
21
ok
(
Length
== 269,
"Length = %lu\n"
,
Length
);
22
}
ok
#define ok(value,...)
Definition:
atltest.h:57
START_TEST
#define START_TEST(x)
Definition:
atltest.h:75
RtlGetLongestNtPathLength
NTSYSAPI DWORD WINAPI RtlGetLongestNtPathLength(void)
Definition:
path.c:1555
Length
_In_ ULONG _In_ ULONG _In_ ULONG Length
Definition:
ntddpcm.h:102
ULONG
uint32_t ULONG
Definition:
typedefs.h:59
precomp.h
modules
rostests
apitests
ntdll
RtlGetLongestNtPathLength.c
Generated on Wed Oct 9 2024 06:13:27 for ReactOS by
1.9.6