Jump to content

WpclsSetIcon: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

25 May 2025

  • curprev 21:5921:59, 25 May 2025 Martini talk contribs 1,332 bytes +1,332 Created page with "{{DISPLAYTITLE:wpclsSetIcon}} This class method sets the icon handle for a given object. Note: This method is available in version 3 or higher of the OS/2 operating system. ==Syntax== <pre> _wpclsSetIcon(somSelf, hptrNewIcon); </pre> ==Parameters== ;''somSelf'' (M_WPObject *) - input :Pointer to the WPObject class object. ;''hptrNewIcon'' (HPOINTER) - input :Icon handle to be set for the object. ==Returns== ;''rc'' (BOOL) - returns: Success indicator...."