UID | title | description | helpviewer_keywords | old-location | tech.root | ms.assetid | ms.date | ms.keywords | req.header | req.include-header | req.target-type | req.target-min-winverclnt | req.target-min-winversvr | req.kmdf-ver | req.umdf-ver | req.ddi-compliance | req.unicode-ansi | req.idl | req.max-support | req.namespace | req.assembly | req.type-library | req.lib | req.dll | req.irql | targetos | req.typenames | req.redist | ms.custom | f1_keywords | dev_langs | topic_type | api_type | api_location | api_name | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
NF:fileapi.FindNextFileNameW | FindNextFileNameW function (fileapi.h) | Continues enumerating the hard links to a file using the handle returned by a successful call to the FindFirstFileNameW function. |
| fs\findnextfilenamew.htm | fs | 1d2f8041-2744-4f37-afde-ddce49a8bdc5 | 12/05/2018 | FindNextFileNameW, FindNextFileNameW function [Files], fileapi/FindNextFileNameW, fs.findnextfilenamew | fileapi.h | Windows.h, WinBase.h | Windows | Windows Vista [desktop apps only] | Windows Server 2008 [desktop apps only] | Kernel32.lib | Kernel32.dll | Windows | 19H1 |
|
|
|
|
|
|
Continues enumerating the hard links to a file using the handle returned by a successful call to the FindFirstFileNameW function.
A handle to the enumeration that is returned by a successful call to FindFirstFileNameW.
The size of the LinkName parameter, in characters. If this call fails and the error is ERROR_MORE_DATA, the value that is returned by this parameter is the size that LinkName must be to contain all the data.
A pointer to a buffer to store the first link name found for lpFileName.
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero (0). To get extended error information, call GetLastError.
If no matching files can be found, the GetLastError function returns ERROR_HANDLE_EOF.
If the function returns TRUE, there are more hard links to enumerate.
In Windows 8 and Windows Server 2012, this function is supported by the following technologies.
Technology | Supported |
---|---|
Server Message Block (SMB) 3.0 protocol | Yes |
SMB 3.0 Transparent Failover (TFO) | No |
SMB 3.0 with Scale-out File Shares (SO) | No |
Cluster Shared Volume File System (CsvFS) | Yes |
Resilient File System (ReFS) | Yes |