コード例 #1
0
ファイル: Extern.cs プロジェクト: tongyuantongyu/IViewer
 public static extern int HeifContextGetListOfTopLevelImageIDs(HeifContextPointer ctx, UIntPtr idArray, int count);
コード例 #2
0
ファイル: Extern.cs プロジェクト: tongyuantongyu/IViewer
 public static extern IntPtr HeifContextGetImageHandle(HeifContextPointer ctx, HeifItemId id, ref HeifImageHandlePointer imgHdl);
コード例 #3
0
ファイル: Extern.cs プロジェクト: tongyuantongyu/IViewer
 public static extern int HeifContextGetNumberOfTopLevelImages(HeifContextPointer ctx);
コード例 #4
0
ファイル: Extern.cs プロジェクト: tongyuantongyu/IViewer
 public static extern IntPtr HeifContextGetPrimaryImageHandle(HeifContextPointer ctx, ref HeifImageHandlePointer imgHdl);
コード例 #5
0
ファイル: Extern.cs プロジェクト: tongyuantongyu/IViewer
 public static extern IntPtr HeifContextGetPrimaryImageID(HeifContextPointer ctx, ref HeifItemId id);
コード例 #6
0
ファイル: Extern.cs プロジェクト: tongyuantongyu/IViewer
 public static extern IntPtr HeifContextReadFromMemoryWithoutCopy(HeifContextPointer ctx, [In] IntPtr mem, UIntPtr size, [In] UIntPtr unused);
コード例 #7
0
ファイル: Extern.cs プロジェクト: tongyuantongyu/IViewer
 public static extern void HeifContextFree(HeifContextPointer ctx);