Main public logs
Appearance
Combined display of all available logs of EDM2. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 21:30, 25 November 2025 Martini talk contribs created page WinRegisterGraphicButton (Created page with "This function registers the graphic button window class. ==Syntax== WinRegisterGraphicButton() ==Returns== ;''rc'' (BOOL) - returns :The following are return codes indicating success or failure: :;TRUE ::Success. :;FALSE ::Failure or not recognized. ==Example Code== Definition: <pre> #define INCL_SW #include <os2.h> BOOL rc; rc = WinRegisterGraphicButton(); </pre> The following code illustrates registering a graphic button window class. <pre> #define INCL_SW...")