Related changes
Appearance
Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.
List of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
1 September 2025
N 18:33 | WpQueryIcon diffhist +1,161 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpQueryIcon}} This instance method is called to allow the object to query its current icon. ==Syntax== _wpQueryIcon(somSelf) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ==Returns== ;''hptrQryIcon'' (HPOINTER) - returns :Handle to an icon. :A return value of NULLHANDLE indicates that an error occurred. ==Usage== This method can be called at...") |
N 18:31 | WpQueryIconData diffhist +3,043 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpQueryIconData}} This instance method is called to allow the object to query the data to be used for its current icon. ==Syntax== _wpQueryIconData(somSelf, pIconInfo) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''pIconInfo'' (PICONINFO) - output :Pointer to a buffer large enough to contain an ICONINFO data structure followed by the da...") |
N 18:28 | WpSetIconData diffhist +1,325 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpSetIconData}} This instance method is called to allow the object to permanently set its current icon. ==Syntax== _wpSetIconData(somSelf, pIconInfo) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''pIconInfo'' (PICONINFO) - input :Pointer to an ICONINFO structure containing an icon specification. ==Returns== ;''rc'' (BOOL) - returns...") |