(IntPtr anchor)
| 602 | [return: MarshalAs(UnmanagedType.Bool)] |
| 603 | [DllImport(dll, CallingConvention = call )] public static extern bool anchor_get_changed (IntPtr anchor); |
| 604 | [DllImport(dll, CallingConvention = call )] public static extern IntPtr anchor_get_name (IntPtr anchor); |
| 605 | [DllImport(dll, CallingConvention = call )] public static extern BtnState anchor_get_tracked (IntPtr anchor); |
| 606 | |
| 607 | [DllImport(dll, CallingConvention = call )] public static extern void anchor_clear_stored (); |