GetRevision
Syntax
public const string EngineDLL = @"engine.dll";[DllImport(EngineDLL, EntryPoint = "GetRevision")] public static extern Int64 GetRevision(out IntPtr timeStamp);
public const string EngineDLL = @"engine.dll";[DllImport(EngineDLL, EntryPoint = "GetRevision")] public static extern Int64 GetRevision(out IntPtr timeStamp);