Syntax
public const string enginedll = @"engine.dll"; [DllImport(enginedll, EntryPoint = "GetIndexBufferOffset")] public static extern Int64 GetIndexBufferOffset(Int64 model);
public const string enginedll = @"engine.dll"; [DllImport(enginedll, EntryPoint = "GetIndexBufferOffset")] public static extern Int64 GetIndexBufferOffset(Int64 model);