OpenTransactions.OTAPI.OTPassword.getCPtr C# (CSharp) Méthode

getCPtr() static private méthode

static private getCPtr ( OTPassword obj ) : HandleRef
obj OTPassword
Résultat HandleRef
        internal static HandleRef getCPtr(OTPassword obj)
        {
            return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
        }

Usage Example

 public OTPassword(OTPassword rhs) : this(otapiPINVOKE.new_OTPassword__SWIG_2(OTPassword.getCPtr(rhs)), true)
 {
     if (otapiPINVOKE.SWIGPendingException.Pending)
     {
         throw otapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
All Usage Examples Of OpenTransactions.OTAPI.OTPassword::getCPtr