Beispiel #1
0
 public static extern int FindNextFile(IntPtr hFindFile, ref WIN32_FIND_DATA lpFindFileData);
Beispiel #2
0
 public static extern IntPtr FindFirstFile(string lpFileName, out WIN32_FIND_DATA lpFindFileData);
 private static extern bool FindNextFile(IntPtr hFindFile, out WIN32_FIND_DATA lpFindFileData);
Beispiel #4
0
 public static extern int FindNextFile(IntPtr hFindFile, ref WIN32_FIND_DATA lpFindFileData);
Beispiel #5
0
 public static extern IntPtr FindFirstFile(string lpFileName, out WIN32_FIND_DATA lpFindFileData);
 private static extern bool FindNextFile(IntPtr hFindFile, out WIN32_FIND_DATA lpFindFileData);