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