Ejemplo n.º 1
0
 public static extern bool WIMFindNextImageFile(
     IntPtr hFindFile,
     out WIM_FIND_DATA pFindFileData
     );
Ejemplo n.º 2
0
 public static extern IntPtr WIMFindFirstImageFile(
     IntPtr hImage,
     string pwszFilePath,
     out WIM_FIND_DATA pFindFileData
     );