cleanupclosepushl()
Login to reply to this topic.
Thu, 2007-10-11 10:28
Joined: 2007-09-18
Forum posts: 10

Hi consider the following code.

RArray decoders;
CleanupClosePushL(decoders);

What does the function cleanupclosepushl do?


Thu, 2007-10-11 10:34
Joined: 2004-05-21
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

Thu, 2007-10-11 10:40
Joined: 2007-09-18
Forum posts: 10

copyright 2003-2009 NewLC SARL