GetInstanceMetaInfo
The return value represents the number of active instances within the model (or zero if the instance was not recognized).
Syntax
public const string enginedll = @"engine.dll"; [DllImport(enginedll, EntryPoint = "GetInstanceMetaInfo")] public static extern Int64 GetInstanceMetaInfo(Int64 owlInstance, out Int64 allocatedBlocks, out Int64 allocatedBytes); [DllImport(enginedll, EntryPoint = "GetInstanceMetaInfo")] public static extern Int64 GetInstanceMetaInfo(Int64 owlInstance, out Int64 allocatedBlocks, IntPtr allocatedBytes); [DllImport(enginedll, EntryPoint = "GetInstanceMetaInfo")] public static extern Int64 GetInstanceMetaInfo(Int64 owlInstance, IntPtr allocatedBlocks, out Int64 allocatedBytes); [DllImport(enginedll, EntryPoint = "GetInstanceMetaInfo")] public static extern Int64 GetInstanceMetaInfo(Int64 owlInstance, IntPtr allocatedBlocks, IntPtr allocatedBytes);