Ejemplo n.º 1
0
        private static unsafe int DoLocate(IntPtr aPtr, uint aVersion)
        {
            GCHandle gch = GCHandle.FromIntPtr(aPtr);
            DvServiceLinnCoUkComponent1 self = (DvServiceLinnCoUkComponent1)gch.Target;

            self.Locate(aVersion);
            return(0);
        }