Jump to content

WinRegisterGraphicButton: 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 November 2025

  • curprev 21:3021:30, 25 November 2025 Martini talk contribs 970 bytes +970 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..."