wpCnrDeleteUseItem
Appearance
This method is specific to version 3, or higher, of the OS/2 operating system.
This instance method is called to delete the object's USAGE_RECORD use-item for the container specified; it does not remove the record from the container. To delete the USAGE_RECORD use-item and remove the record from the container, use wpCnrRemoveObject.
Syntax
_wpCnrDeleteUseItem(somSelf, hwndCnr)
Parameters
- somSelf (WPObject *) - input
- Pointer to the object on which the method is being invoked.
- Points to an object of class WPObject.
- hwndCnr (HWND) - input
- Handle to the container.
Returns
- rc (BOOL) - returns
- Success indicator.
- TRUE: Successful completion.
- FALSE: Error occurred.