Ejemplo n.º 1
0
 private static extern void DeleteTagLinux(FITAG tag);
Ejemplo n.º 2
0
 private static extern bool SetTagCountLinux(FITAG tag, uint count);
 private static extern FITAG CloneTagMacOS(FITAG tag);
Ejemplo n.º 4
0
 private static extern bool SetTagKeyLinux(FITAG tag, string key);
Ejemplo n.º 5
0
 private static extern bool SetTagIDLinux(FITAG tag, ushort id);
Ejemplo n.º 6
0
 private static extern FREE_IMAGE_MDTYPE GetTagTypeLinux(FITAG tag);
Ejemplo n.º 7
0
 private static extern uint GetTagLengthLinux(FITAG tag);
 private static extern bool SetTagKeyMacOS(FITAG tag, string key);
 private static extern bool SetTagIDMacOS(FITAG tag, ushort id);
 private static extern uint GetTagLengthMacOS(FITAG tag);
 private static extern IntPtr GetTagValueMacOS(FITAG tag);
 private static extern uint GetTagCountMacOS(FITAG tag);
 private static extern FREE_IMAGE_MDTYPE GetTagTypeMacOS(FITAG tag);
 private static extern ushort GetTagIDMacOS(FITAG tag);
Ejemplo n.º 15
0
 private static extern FITAG CloneTagLinux(FITAG tag);
 private static extern bool SetTagCountMacOS(FITAG tag, uint count);
Ejemplo n.º 17
0
 private static extern ushort GetTagIDLinux(FITAG tag);
 private static extern bool SetTagLengthMacOS(FITAG tag, uint length);
Ejemplo n.º 19
0
 private static extern uint GetTagCountLinux(FITAG tag);
 private static extern bool SetTagValueMacOS(FITAG tag, byte[] value);
Ejemplo n.º 21
0
 private static extern IntPtr GetTagValueLinux(FITAG tag);
 private static extern FIMETADATA FindFirstMetadataMacOS(FREE_IMAGE_MDMODEL model, FIBITMAP dib, out FITAG tag);
Ejemplo n.º 23
0
 private static extern bool SetTagDescriptionLinux(FITAG tag, string description);
 private static extern bool FindNextMetadataMacOS(FIMETADATA mdhandle, out FITAG tag);
Ejemplo n.º 25
0
 private static extern bool SetTagTypeLinux(FITAG tag, FREE_IMAGE_MDTYPE type);
 private static extern bool SetMetadataMacOS(FREE_IMAGE_MDMODEL model, FIBITMAP dib, string key, FITAG tag);
Ejemplo n.º 27
0
 private static extern bool SetTagLengthLinux(FITAG tag, uint length);
 private static extern void DeleteTagMacOS(FITAG tag);