示例#1
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_OTAPI_Exec obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
 public static SWIGTYPE_p_OTAPI_Exec SetExecutor(SWIGTYPE_p_OTAPI_Exec exec) {
   global::System.IntPtr cPtr = otapiPINVOKE.OTAPI_Wrap_SetExecutor(SWIGTYPE_p_OTAPI_Exec.getCPtr(exec));
   SWIGTYPE_p_OTAPI_Exec ret = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_OTAPI_Exec(cPtr, false);
   return ret;
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_OTAPI_Exec obj) {
   return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }