Hi consider the following code.
RArray decoders; CleanupClosePushL(decoders);
What does the function cleanupclosepushl do?
It pushes the handle in to cleanupstack so that in case of any leave it calls close on the pushed object.
Cheers, Sri
thanks
Forum posts: 286
It pushes the handle in to cleanupstack so that in case of any leave it calls close on the pushed object.
Cheers,
Sri
Forum posts: 10
thanks