WpCnrDeleteUseItem: Difference between revisions
Appearance
Created page with "{{DISPLAYTITLE:wpCnrDeleteUseItem}} 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 *) -..." |
(No difference)
|
Latest revision as of 23:36, 10 September 2025
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.