Ejemplo n.º 1
0
 public void GetMemory(SWIGTYPE_p_p_void data, SWIGTYPE_p_LONG size) {
   C4dApiPINVOKE.GeMarker_GetMemory(swigCPtr, SWIGTYPE_p_p_void.getCPtr(data), SWIGTYPE_p_LONG.getCPtr(size));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
 }
Ejemplo n.º 2
0
 public void BrowseFree(SWIGTYPE_p_p_void handle) {
   C4dApiPINVOKE.DynamicDescription_BrowseFree(swigCPtr, SWIGTYPE_p_p_void.getCPtr(handle));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
 }
Ejemplo n.º 3
0
 internal static HandleRef getCPtr(SWIGTYPE_p_p_void obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Ejemplo n.º 4
0
 public bool WriteProfileToMemory(SWIGTYPE_p_p_void mem, SWIGTYPE_p_LLONG memsize) {
   bool ret = C4dApiPINVOKE.ColorProfile_WriteProfileToMemory(swigCPtr, SWIGTYPE_p_p_void.getCPtr(mem), SWIGTYPE_p_LLONG.getCPtr(memsize));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Ejemplo n.º 5
0
 public static bool AskForAdministratorPrivileges(string /* constString&_cstype */ msg, string /* constString&_cstype */ caption, bool allowsuperuser, SWIGTYPE_p_p_void token) {
   bool ret = C4dApiPINVOKE.AskForAdministratorPrivileges(msg, caption, allowsuperuser, SWIGTYPE_p_p_void.getCPtr(token));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Ejemplo n.º 6
0
 public bool GetDataInstance(SWIGTYPE_p_p_void d, int type, GvRun r) {
   bool ret = C4dApiPINVOKE.GvPort_GetDataInstance(swigCPtr, SWIGTYPE_p_p_void.getCPtr(d), type, GvRun.getCPtr(r));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Ejemplo n.º 7
0
 public bool AddToDrawList(GvNode bn, SWIGTYPE_p_p_void data) {
   bool ret = C4dApiPINVOKE.GvNodeMaster_AddToDrawList__SWIG_1(swigCPtr, GvNode.getCPtr(bn), SWIGTYPE_p_p_void.getCPtr(data));
   return ret;
 }