From RTSC-Pedia

Jump to: navigation, search
revision tip
—— LANDSCAPE orientation
[printable version]  [offline version]offline version generated on 04-Aug-2010 21:08 UTC

C - delete

Finalize and free this previously allocated instance object

Contents

Synopsis

synopsis
 
 
 
#include <«pkg»/«Mod».h>
 
Void «Mod»_delete( «Mod»_Handle *handleP );

The «Mod»_delete() function sets the referenced handle to NULL. This reduces the chance that the client will inadvertently try to use the handle after the instance has been deleted.

See also

C - Instance_finalize Module's instance finalization function
C - destruct Finalize the instance object inside the provided structure

[printable version]  [offline version]offline version generated on 04-Aug-2010 21:08 UTC
Copyright © 2008 The Eclipse Foundation. All Rights Reserved


Views
Personal tools
package reference