| 699 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void assets_releaseref_threadsafe(IntPtr asset); |
| 700 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int assets_current_task (); |
| 701 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int assets_total_tasks (); |
| 702 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int assets_current_task_priority(); |
| 703 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void assets_block_for_priority (int priority); |
| 704 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int assets_count (); |