FreeSWITCH.Native.Api.getCPtr C# (CSharp) Method

getCPtr() static private method

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