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 "winternl.h". https://source.winehq.org/source/include/winternl.h

Implemented in "dlls/ntdll/path.c". https://source.winehq.org/source/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 Apr 2024.