Jump to content

Related changes

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.

Recent changes options Show last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide registered users | Hide anonymous users | Hide my edits | Show bots | Hide minor edits
Show new changes starting from 12:19, 6 November 2025
 
Page name:
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:10  CcSendCommand diffhist +2,991 Martini talk contribs (Created page with "This function is used to control the captioning window once it has been created. ==Syntax== ccSendCommand(usMsg, mp1, mp2) ==Parameters== ;''usMsg'' (USHORT) - input This is one of the following commands you want to send to the captioning window. :;CC_START (1) ::Use this command to start captioning. "Start captioning" means to display the window that was created in the ccInitialize command, and to begin scrolling the appropriate text file in synch with an audio fil...")