wpFree - Syntax

This instance method is called to destroy the object, including its persistent image, and de-allocate its associated resources.

#define INCL_WINWORKPLACE
#include <os2.h>

WPObject     *somSelf;  /*  Pointer to the object on which the method is being invoked. */
BOOL          rc;       /*  Success indicator. */

rc = _wpFree(somSelf);


[Back: wpFree]
[Next: wpFree Parameter - somSelf]