public static extern bool WIMFindNextImageFile( IntPtr hFindFile, out WIM_FIND_DATA pFindFileData );
public static extern IntPtr WIMFindFirstImageFile( IntPtr hImage, string pwszFilePath, out WIM_FIND_DATA pFindFileData );