Beispiel #1
0
    public OpalStatusCallCleared GetCallCleared()
    {
        global::System.IntPtr cPtr = OPALPINVOKE.OpalMessagePtr_GetCallCleared(swigCPtr);
        OpalStatusCallCleared ret  = (cPtr == global::System.IntPtr.Zero) ? null : new OpalStatusCallCleared(cPtr, false);

        return(ret);
    }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(OpalStatusCallCleared obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Beispiel #3
0
 internal static HandleRef getCPtr(OpalStatusCallCleared obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }