예제 #1
0
파일: API.cs 프로젝트: nguyenngodinh/cs-doc
 public static extern bool FindNextFile(IntPtr hndFindFile, ref WIN32_FIND_DATA lpFindFileData);
예제 #2
0
파일: API.cs 프로젝트: nguyenngodinh/cs-doc
 public static extern IntPtr FindFirstFile(string pFileName, ref WIN32_FIND_DATA pFindFileData);