Discuss this help topic in SecureBlackbox Forum

TSBProgressFunc

Declared in     


Filter: C#  VB.NET  Pascal  C++  


This topic is under development…

Declaration

[C#]
    delegate void TSBProgressFunc(long Total, long Current, object Data, ref bool Cancel);

[VB.NET]
    Delegate Sub TSBProgressFunc(ByVal Total As Long, ByVal Current As Long, ByVal Data As Object, ByRef Cancel As Boolean)

[Pascal]
    TSBProgressFunc = procedure( Total, Current : Int64; Data : pointer; var Cancel : boolean) of object;

[C++]
    typedef void (SB_CALLBACK * TSBProgressFunc)(void * _ObjectData, int64_t Total, int64_t Current, void * Data, int8_t * Cancel);

Parameters

  • Total -
  • Current -
  • Data -
  • Cancel -

Description

Declared in

.NET:
  • Namespace: SBUtils
  • Assembly: SecureBlackbox
VCL:
  • Unit: SBUtils.pas
Java:
  • Package: SecureBlackbox.Base.jar
C++:
  • sbutils.h

Discuss this help topic in SecureBlackbox Forum