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

getCPtr() static private méthode

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

Usage Example

Exemple #1
0
        public static bool CheckStringsExistInOrder(SWIGTYPE_p_std__string strFolder, SWIGTYPE_p_std__string oneStr, SWIGTYPE_p_std__string twoStr, SWIGTYPE_p_std__string threeStr)
        {
            bool ret = otapiPINVOKE.CheckStringsExistInOrder__SWIG_1(SWIGTYPE_p_std__string.getCPtr(strFolder), SWIGTYPE_p_std__string.getCPtr(oneStr), SWIGTYPE_p_std__string.getCPtr(twoStr), SWIGTYPE_p_std__string.getCPtr(threeStr));

            if (otapiPINVOKE.SWIGPendingException.Pending)
            {
                throw otapiPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
All Usage Examples Of OpenTransactions.OTAPI.SWIGTYPE_p_std__string::getCPtr
SWIGTYPE_p_std__string