Example #1
0
 public OTPasswordData(SWIGTYPE_p_OTString strDisplay) : this(otapiPINVOKE.new_OTPasswordData__SWIG_3(SWIGTYPE_p_OTString.getCPtr(strDisplay)), true)
 {
     if (otapiPINVOKE.SWIGPendingException.Pending)
     {
         throw otapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_OTString obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
 public OTPasswordData(SWIGTYPE_p_OTString strDisplay)
     : this(otapiPINVOKE.new_OTPasswordData__SWIG_3(SWIGTYPE_p_OTString.getCPtr(strDisplay)), true)
 {
     if (otapiPINVOKE.SWIGPendingException.Pending) throw otapiPINVOKE.SWIGPendingException.Retrieve();
 }
Example #4
0
 internal static HandleRef getCPtr(SWIGTYPE_p_OTString obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }