Location:
e32base.h
Link against:
typedef void (*TCleanupOperation)(TAny*);
Supported from 5.0
Defines a function which takes a single argument of type TAny*
and returns void
. An argument of this type is required by the constructors of a TCleanupItem
object.