3 references to WIN32_FIND_DATAW
PresentationFramework (3)
System\Windows\Standard\NativeMethods.cs (2)
2632
public static extern SafeFindHandle FindFirstFileW(string lpFileName, [In, Out, MarshalAs(UnmanagedType.LPStruct)]
WIN32_FIND_DATAW
lpFindFileData);
2637
public static extern bool FindNextFileW(SafeFindHandle hndFindFile, [In, Out, MarshalAs(UnmanagedType.LPStruct)]
WIN32_FIND_DATAW
lpFindFileData);
System\Windows\Standard\ShellProvider.cs (1)
678
void GetPath([Out, MarshalAs(UnmanagedType.LPWStr)] StringBuilder pszFile, int cchMaxPath, [In, Out]
WIN32_FIND_DATAW
pfd, SLGP fFlags);