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:26, 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:32  MMAPG - High-Level Service API 3 changes history +6,428 [Martini (3×)]
     
03:32 (cur | prev) −8 Martini talk contribs
     
03:31 (cur | prev) +80 Martini talk contribs
N    
03:22 (cur | prev) +6,356 Martini talk contribs (Created page with "{{MMAPG}} {{IBM-Reprint}} This section describes audio-enabling macros and the high-level service routines designed to simplify writing macros. The service routines are valuable for many applications and are needed for information presentation facility (IPF) support. The five functions (high-level service API) are: mciPlayFile, mciRecordAudioFile, mciPlayResource, mmioFindElement, and mmioRemoveElement. These functions are located in MCIAPI.DLL. Define INCL_MACHDR and...")
     03:20  Template:MMAPG 3 changes history +95 [Martini (3×)]
     
03:20 (cur | prev) +35 Martini talk contribs
     
02:57 (cur | prev) +24 Martini talk contribs
     
01:21 (cur | prev) +36 Martini talk contribs
N    03:17  CC START PARMS 4 changes history +372 [Martini (4×)]
     
03:17 (cur | prev) +32 Martini talk contribs
     
03:15 (cur | prev) 0 Martini talk contribs
     
03:15 (cur | prev) +36 Martini talk contribs
N    
03:13 (cur | prev) +304 Martini talk contribs (Created page with "This data structure contains information for the ccSendCommand function when using the CC_START message. <pre> typedef struct _CC_START_PARMS { HWND hwndOwner; PSZ pszDeviceID; PSZ CaptionFile; } CC_START_PARMS; typedef CC _ START _ PARMS FAR * PCC _ START _ PARMS ; </pre>")
N    03:16  CC STATUS PARMS 3 changes history +341 [Martini (3×)]
     
03:16 (cur | prev) +33 Martini talk contribs
     
03:16 (cur | prev) +36 Martini talk contribs
N    
03:14 (cur | prev) +272 Martini talk contribs (Created page with "This structure contains information for the ccSendCommand function when using the CC_STATUS message. <pre> typedef struct _CC_STATUS_PARMS { ULONG ulItem; ULONG ulReturn; } CC_STATUS_PARMS; typedef CC _ STATUS _ PARMS FAR * PCC _ STATUS _ PARMS ; </pre>")
N    03:14  CC SET PARMS 2 changes history +406 [Martini (2×)]
     
03:14 (cur | prev) +32 Martini talk contribs
N    
03:13 (cur | prev) +374 Martini talk contribs (Created page with "This data structure contains information for the ccSendCommand function when using the CC_SET message. <pre> typedef struct _CC_SET_PARMS { ULONG ulRows; ULONG ulBackgroundColor; ULONG ulTextColor; ULONG ulXposition; ULONG ulYposition; ULONG ulColumns; } CC_SET_PARMS; typedef CC _ SET _ PARMS FAR * PCC _ SET _ PARMS ; </pre>")
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...")
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...")
     03:00  HWND diffhist +37 Martini talk contribs
N    01:45  MMAPG - Media Control Interface 5 changes history +70,267 [Martini (5×)]
     
01:45 (cur | prev) +14,434 Martini talk contribs (Opening a Media Device)
     
01:37 (cur | prev) +50 Martini talk contribs
     
01:36 (cur | prev) +11,576 Martini talk contribs (Time Formats for Device Commands)
     
01:32 (cur | prev) −1 Martini talk contribs
N    
01:32 (cur | prev) +44,208 Martini talk contribs (Created page with "This section describes the services offered to applications by the media control interface for managing devices in the multimedia environment. ==Command Message and Command String Interfaces== When a user activates a PM control to use a multimedia device function, the OS/2 multimedia application window procedure sends a command to the media control interface. Depending on the needs of the application, the window procedure can use the command message interface or the c...")

4 November 2025

N    22:53  Template:MMAPG 5 changes history +785 [Martini (5×)]
     
22:53 (cur | prev) 0 Martini talk contribs
     
22:45 (cur | prev) +59 Martini talk contribs
     
22:43 (cur | prev) +19 Martini talk contribs
     
22:41 (cur | prev) +51 Martini talk contribs
N    
22:40 (cur | prev) +656 Martini talk contribs (Created page with "{|class="wikitable" align=right !Multimedia Application Programming Guide |- | # Introduction # What's New... # Multimedia Application Programming Environment # Media Control Interface # Multimedia Logical Devices # Amplifier-Mixer Device # Waveform Audio Device # Sequencer Device # CD Audio Device # CD-XA Device # Videodisc Device # Digital Video Device # Direct Interface Video Extensions (DIVE) # Captioning # OS/2 Multimedia Controls # Multimedia I/O File Services...")
     22:40  Multimedia Application Programming Guide 2 changes history −16 [Martini (2×)]
     
22:40 (cur | prev) −6 Martini talk contribs
     
17:10 (cur | prev) −10 Martini talk contribs