Exemplo n.º 1
0
        protected unsafe void EnableActionRepeat()
        {
            iCallbackRepeat = new CallbackRepeat(DoRepeat);
            IntPtr ptr = GCHandle.ToIntPtr(iGch);

            DvServiceLinnCoUkPlaylist1EnableActionRepeat(iHandle, iCallbackRepeat, ptr);
        }
Exemplo n.º 2
0
 static extern void DvServiceLinnCoUkPlaylist1EnableActionRepeat(uint aHandle, CallbackRepeat aCallback, IntPtr aPtr);