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
5 November 2025
| N 03:11 | CcTerminate diffhist +753 Martini talk contribs (Created page with "Call this function once at the end of the application (or when the application wishes to cease captioning). It closes the captioning system and releases any resources that were allocated on behalf of captioning. ==Syntax== ccTerminate(hwndCaption) ==Parameters== ; hwndCaption (HWND) :Caption window handle. :This function does not return a value. ==Returns== This function does not return a value. ==Example Code== Declaration: <pre> #include <os2.h> HWND hwndCapt...") | ||||
| N 03:05 | CcInitialize diffhist +1,051 Martini talk contribs (Created page with "This function creates a captioning window and returns the handle of that window to the application. This caption window is a child of hwndParent, and does not become visible until the Caption DLL is sent a CC_START command. An application calls this function once, during its initialization (or before it wants to use the caption services). ==Syntax== ccInitialize(hwndParent) ==Parameters== ;hwndParent (HWND) - input :Parent window handle. ==Returns== ;rc (ULONG) - r...") | ||||