Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: e32base.h
Link against:

Typedef TCleanupOperation

typedef void (*TCleanupOperation)(TAny*);

Support

Supported from 5.0

Description

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.