table of contents
other versions
- wheezy 1.4.1-4
RtlGetLongestNtPathLength(3w) | Wine API | RtlGetLongestNtPathLength(3w) |
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". Implemented in "dlls/ntdll/path.c". Debug channel "file".Oct 2012 | Wine API |