예제 #1
0
        protected unsafe void EnableActionSetSourceIndexByName()
        {
            iCallbackSetSourceIndexByName = new CallbackSetSourceIndexByName(DoSetSourceIndexByName);
            IntPtr ptr = GCHandle.ToIntPtr(iGch);

            DvServiceLinnCoUkProduct3EnableActionSetSourceIndexByName(iHandle, iCallbackSetSourceIndexByName, ptr);
        }
예제 #2
0
 static extern void DvServiceLinnCoUkProduct3EnableActionSetSourceIndexByName(uint aHandle, CallbackSetSourceIndexByName aCallback, IntPtr aPtr);