OnRegStartedParam.getCPtr C# (CSharp) Method

getCPtr() static private method

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

Usage Example

Beispiel #1
0
 public virtual void onRegStarted(OnRegStartedParam prm)
 {
     pjsua2PINVOKE.Account_onRegStarted(swigCPtr, OnRegStartedParam.getCPtr(prm));
     if (pjsua2PINVOKE.SWIGPendingException.Pending)
     {
         throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     }
 }
All Usage Examples Of OnRegStartedParam::getCPtr