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

◆ DcppHandlerRoutine

typedef DcppHandlerRet(* DcppHandlerRoutine) (DcppVoidPnt ClientData, StatusType *status)

Type for call backs when messages arrive.

A type for functions which are invoked as a callback when a message comes in. Arguments of this type are used throughout the Dcpp functions.

Such functions Should return either DcppReschedule is it initiated a new transactions or DcppFinished if it did not.

Parameters
ClientDatauser data
StatusInherited status.