You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/c-runtime-library/reference/findfirst-functions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ intptr_t _wfindfirst64i32(
72
72
Target file specification (can include wildcard characters).
73
73
74
74
*`fileinfo`*\
75
-
File information buffer.
75
+
File information buffer. For more information about the `fileinfo` structs, see the Remarks in [Filename search functions](../filename-search-functions.md) and see [Data type mappings](data-type-mappings.md). The structs are defined in the same header file as the function that uses them as a parameter.
0 commit comments