Exemplo n.º 1
0
 public static extern int bfd_check_format(IntPtr abfd, FILEFORMAT format);
Exemplo n.º 2
0
 public static extern int bfd_check_format_matches(IntPtr abfd, FILEFORMAT format, out IntPtr matching);
Exemplo n.º 3
0
 public static extern int bfd_set_format(IntPtr abfd, FILEFORMAT fileformat);