GetAssertionFile
Syntax
public const string EngineDLL = @"engine.dll";[DllImport(EngineDLL, EntryPoint = "GetAssertionFile")] public static extern void GetAssertionFile(out IntPtr fileName);
public const string EngineDLL = @"engine.dll";[DllImport(EngineDLL, EntryPoint = "GetAssertionFile")] public static extern void GetAssertionFile(out IntPtr fileName);