Exemplo n.º 1
0
 public static extern bool FindNextFile(IntPtr hndFindFile, ref WIN32_FIND_DATA lpFindFileData);
Exemplo n.º 2
0
 public static extern IntPtr FindFirstFile(string pFileName, ref WIN32_FIND_DATA pFindFileData);