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