예제 #1
0
        public bool Init(BaseThread parent, int count, SWIGTYPE_p_p_C4DThread thread)
        {
            bool ret = C4dApiPINVOKE.MPThreadPool_Init__SWIG_0(swigCPtr, BaseThread.getCPtr(parent), count, SWIGTYPE_p_p_C4DThread.getCPtr(thread));

            return(ret);
        }