AAO DRAMA C++ Interface (Old style)
DRAMA C++, Depreciated, don't use for new code

◆ DcppBulkTransRoutine

typedef void(* DcppBulkTransRoutine) (unsigned long Transferred, unsigned long Total, DcppVoidPnt ClientData, StatusType *status)

Type for call backs for DITS_REA_TRANSFERRED messages.

Similar to DcppHandlerRet, but for entries with a reason of DITS_REA_TRANSFERRED only. Allow us to pass in the Transferred and Total bytes.

Parameters
TransferredSet to the number of bytes transferred so far.
TotalThe total number of bytes to be transferred.
ClientDataUse data.
statusInherited status.