예제 #1
0
 public static int vsprintf_safe(string _DstBuf, int _MaxCount, string _Format, SWIGTYPE_p_va_list _ArgList) {
   int ret = C4dApiPINVOKE.vsprintf_safe(_DstBuf, _MaxCount, _Format, SWIGTYPE_p_va_list.getCPtr(_ArgList));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
예제 #2
0
 internal static HandleRef getCPtr(SWIGTYPE_p_va_list obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }