Example #1
0
        protected unsafe void EnableActionSetStartupSourceIndexByName()
        {
            iCallbackSetStartupSourceIndexByName = new CallbackSetStartupSourceIndexByName(DoSetStartupSourceIndexByName);
            IntPtr ptr = GCHandle.ToIntPtr(iGch);

            DvServiceLinnCoUkProduct3EnableActionSetStartupSourceIndexByName(iHandle, iCallbackSetStartupSourceIndexByName, ptr);
        }
Example #2
0
 static extern void DvServiceLinnCoUkProduct3EnableActionSetStartupSourceIndexByName(uint aHandle, CallbackSetStartupSourceIndexByName aCallback, IntPtr aPtr);