Exemplo n.º 1
0
 public static extern int FindNextFile(IntPtr hFindFile, WIN32_FIND_DATA lpFindFileData);
Exemplo n.º 2
0
 public static extern int FindFirstFile(string lpFileName, WIN32_FIND_DATA lpFindFileData);