7 references to WIN32_FIND_DATA
System.IO.FileSystem.AccessControl (7)
_generated\0\LibraryImports.g.cs (3)
87
private static partial global::Microsoft.Win32.SafeHandles.SafeFindHandle FindFirstFileExPrivate(string lpFileName, global::Interop.Kernel32.FINDEX_INFO_LEVELS fInfoLevelId, ref global::Interop.Kernel32.
WIN32_FIND_DATA
lpFindFileData, global::Interop.Kernel32.FINDEX_SEARCH_OPS fSearchOp, nint lpSearchFilter, int dwAdditionalFlags)
100
fixed (global::Interop.Kernel32.
WIN32_FIND_DATA
* __lpFindFileData_native = &lpFindFileData)
128
static extern unsafe nint __PInvoke(ushort* __lpFileName_native, global::Interop.Kernel32.FINDEX_INFO_LEVELS __fInfoLevelId_native, global::Interop.Kernel32.
WIN32_FIND_DATA
* __lpFindFileData_native, global::Interop.Kernel32.FINDEX_SEARCH_OPS __fSearchOp_native, nint __lpSearchFilter_native, int __dwAdditionalFlags_native);
src\runtime\src\libraries\Common\src\Interop\Windows\Kernel32\Interop.FindFirstFileEx.cs (2)
18
private static partial SafeFindHandle FindFirstFileExPrivate(string lpFileName, FINDEX_INFO_LEVELS fInfoLevelId, ref
WIN32_FIND_DATA
lpFindFileData, FINDEX_SEARCH_OPS fSearchOp, IntPtr lpSearchFilter, int dwAdditionalFlags);
20
internal static SafeFindHandle FindFirstFile(string fileName, ref
WIN32_FIND_DATA
data)
src\runtime\src\libraries\Common\src\Interop\Windows\Kernel32\Interop.WIN32_FILE_ATTRIBUTE_DATA.cs (1)
17
internal void PopulateFrom(ref
WIN32_FIND_DATA
findData)
src\runtime\src\libraries\Common\src\System\IO\FileSystem.Attributes.Windows.cs (1)
82
Interop.Kernel32.
WIN32_FIND_DATA
findData = default;