NAME

RtlGetLongestNtPathLength  (NTDLL.@)

SYNOPSIS

 DWORD RtlGetLongestNtPathLength
 (
 )

DESCRIPTION

Get the longest allowed path length.

PARAMS

None.

RETURNS

The longest allowed path length (277 characters under Win2k).

IMPLEMENTATION

Declared in "include/winternl.h". gitlab.winehq.org/wine/wine/blob/master/include/winternl.h

Implemented in "dlls/ntdll/path.c". gitlab.winehq.org/wine/wine/blob/master/dlls/ntdll/path.c

Debug channel "file".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.