コード例 #1
0
ファイル: NativeMethods.cs プロジェクト: yang123vc/ManagedWim
 public static extern bool WIMFindNextImageFile(
     IntPtr hFindFile,
     out WIM_FIND_DATA pFindFileData
     );
コード例 #2
0
ファイル: NativeMethods.cs プロジェクト: yang123vc/ManagedWim
 public static extern IntPtr WIMFindFirstImageFile(
     IntPtr hImage,
     string pwszFilePath,
     out WIM_FIND_DATA pFindFileData
     );