wpCnrRemoveObject - Syntax

This instance method is called to remove a record from a container control window.

#define INCL_WINWORKPLACE
#include <os2.h>

WPObject     *somSelf;  /*  Pointer to the object on which the method is being invoked. */
HWND          hwndCnr;  /*  Handle of the container control (WC_CONTAINER) window. */
BOOL          rc;       /*  Success indicator. */

rc = _wpCnrRemoveObject(somSelf, hwndCnr);


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