예제 #1
0
파일: Kernel.cs 프로젝트: luowei98/RobertLw
 public static extern int FindNextFile(IntPtr hFindFile, WIN32_FIND_DATA lpFindFileData);
예제 #2
0
파일: Kernel.cs 프로젝트: luowei98/RobertLw
 public static extern int FindFirstFile(string lpFileName, WIN32_FIND_DATA lpFindFileData);