예제 #1
0
 public static extern bool WIMFindNextImageFile(
     IntPtr hFindFile,
     out WIM_FIND_DATA pFindFileData
     );
예제 #2
0
 public static extern IntPtr WIMFindFirstImageFile(
     IntPtr hImage,
     string pwszFilePath,
     out WIM_FIND_DATA pFindFileData
     );