Example #1
0
    public SWIGTYPE_p_f_unsigned_long_unsigned_long_p_void__bool GetProgressCallback()
    {
        IntPtr cPtr = HCSSTREAMPINVOKE.BStreamFileToolkit_GetProgressCallback(swigCPtr);
        SWIGTYPE_p_f_unsigned_long_unsigned_long_p_void__bool ret = (cPtr == IntPtr.Zero) ? null : new SWIGTYPE_p_f_unsigned_long_unsigned_long_p_void__bool(cPtr, false);

        return(ret);
    }
 internal static HandleRef getCPtr(SWIGTYPE_p_f_unsigned_long_unsigned_long_p_void__bool obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Example #3
0
 public void SetProgressCallback(SWIGTYPE_p_f_unsigned_long_unsigned_long_p_void__bool cb) {
   HCSBSTREAMPINVOKE.BStreamFileToolkit_SetProgressCallback__SWIG_0(swigCPtr, SWIGTYPE_p_f_unsigned_long_unsigned_long_p_void__bool.getCPtr(cb));
 }