ReactOS 0.4.15-dev-7834-g00c4b3d
RtlGetLongestNtPathLength.c File Reference
#include "precomp.h"
Include dependency graph for RtlGetLongestNtPathLength.c:

Go to the source code of this file.

Functions

 START_TEST (RtlGetLongestNtPathLength)
 

Function Documentation

◆ START_TEST()

START_TEST ( RtlGetLongestNtPathLength  )

Definition at line 16 of file RtlGetLongestNtPathLength.c.

17{
19
21 ok(Length == 269, "Length = %lu\n", Length);
22}
#define ok(value,...)
Definition: atltest.h:57
NTSYSAPI DWORD WINAPI RtlGetLongestNtPathLength(void)
Definition: path.c:1555
_In_ ULONG _In_ ULONG _In_ ULONG Length
Definition: ntddpcm.h:102
uint32_t ULONG
Definition: typedefs.h:59