()
| 27 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr sk_version_name(); |
| 28 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern ulong sk_version_id(); |
| 29 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern AppFocus sk_app_focus(); |
| 30 | |
| 31 | /////////////////////////////////////////// |
| 32 |