User contributions for Martini
Appearance
5 November 2025
- 03:3803:38, 5 November 2025 diff hist −1 MciSendCommand No edit summary current
- 03:3703:37, 5 November 2025 diff hist +32 MciSendCommand No edit summary
- 03:3703:37, 5 November 2025 diff hist +34 MciQuerySysValue No edit summary current
- 03:3703:37, 5 November 2025 diff hist +35 MciGetErrorString No edit summary current
- 03:3603:36, 5 November 2025 diff hist +32 MciGetDeviceID No edit summary current
- 03:3203:32, 5 November 2025 diff hist −8 MMAPG - High-Level Service API No edit summary current
- 03:3103:31, 5 November 2025 diff hist +80 MMAPG - High-Level Service API No edit summary
- 03:2203:22, 5 November 2025 diff hist +6,356 N MMAPG - High-Level Service API 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:2003:20, 5 November 2025 diff hist +35 Template:MMAPG No edit summary current
- 03:1803:18, 5 November 2025 diff hist +22 N Category:Caption Data type Created page with "Category:Data type" current
- 03:1703:17, 5 November 2025 diff hist +32 CC START PARMS No edit summary current
- 03:1603:16, 5 November 2025 diff hist +33 CC STATUS PARMS No edit summary current
- 03:1603:16, 5 November 2025 diff hist +36 CC STATUS PARMS No edit summary
- 03:1503:15, 5 November 2025 diff hist 0 CC START PARMS No edit summary
- 03:1503:15, 5 November 2025 diff hist +36 CC START PARMS No edit summary
- 03:1403:14, 5 November 2025 diff hist +32 CC SET PARMS No edit summary current
- 03:1403:14, 5 November 2025 diff hist +272 N CC STATUS PARMS 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>"
- 03:1303:13, 5 November 2025 diff hist +304 N CC START PARMS 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>"
- 03:1303:13, 5 November 2025 diff hist +374 N CC SET PARMS 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>"
- 03:1103:11, 5 November 2025 diff hist +753 N CcTerminate 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..." current
- 03:1003:10, 5 November 2025 diff hist +2,991 N CcSendCommand 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..." current
- 03:0503:05, 5 November 2025 diff hist +1,051 N CcInitialize 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..." current
- 03:0203:02, 5 November 2025 diff hist +24 MMAPG - Caption DLL No edit summary current
- 03:0003:00, 5 November 2025 diff hist +37 HWND No edit summary current
- 02:5802:58, 5 November 2025 diff hist +362 N MMAPG - Caption DLL Created page with "{{MMAPG}} {{IBM-Reprint}} This section describes captioning functions and data structures provided in the Caption DLL found in the \TOOLKIT\SAMPLES\MM\CAPDLL subdirectory. * ccInitialize * ccSendCommand * ccTerminate * CC_SET_PARMS * CC_START_PARMS * CC_STATUS_PARMS * BOOL * HWND * MPARAM * PSZ * SHORT * ULONG * USHORT * VOID"
- 02:5702:57, 5 November 2025 diff hist +24 Template:MMAPG No edit summary
- 01:4501:45, 5 November 2025 diff hist +14,434 MMAPG - Media Control Interface →Opening a Media Device current
- 01:3701:37, 5 November 2025 diff hist +50 MMAPG - Media Control Interface No edit summary
- 01:3601:36, 5 November 2025 diff hist +11,576 MMAPG - Media Control Interface →Time Formats for Device Commands
- 01:3201:32, 5 November 2025 diff hist −1 MMAPG - Media Control Interface No edit summary
- 01:3201:32, 5 November 2025 diff hist +44,208 N MMAPG - Media Control Interface 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..."
- 01:2101:21, 5 November 2025 diff hist +36 Template:MMAPG No edit summary
4 November 2025
- 22:5622:56, 4 November 2025 diff hist +4 MMProgRef - Real-Time MIDI Functions No edit summary current
- 22:5322:53, 4 November 2025 diff hist 0 Template:MMAPG No edit summary
- 22:5222:52, 4 November 2025 diff hist 0 m MMAPG - Multimedia Application Programming Environment Martini moved page MMAPM - Multimedia Application Programming Environment to MMAPG - Multimedia Application Programming Environment without leaving a redirect current
- 22:5222:52, 4 November 2025 diff hist 0 m MMAPG - What's New... Martini moved page MMAPM - What's New... to MMAPG - What's New... without leaving a redirect current
- 22:5222:52, 4 November 2025 diff hist 0 m MMAPG - Introduction Martini moved page MMAPM - Introduction to MMAPG - Introduction without leaving a redirect current
- 22:5122:51, 4 November 2025 diff hist +25 N Category:MMAPG Created page with "Category:Online Books" current
- 22:4922:49, 4 November 2025 diff hist 0 N File:MMAPM 002.gif No edit summary current
- 22:4922:49, 4 November 2025 diff hist 0 N File:MMAPM 001.gif No edit summary current
- 22:4822:48, 4 November 2025 diff hist +22,659 N MMAPG - Multimedia Application Programming Environment Created page with "{{MMAPG}} {{IBM-Reprint}} 400px OS/2 multimedia (referred to as MMPM/2 or Multimedia Presentation Manager/2 in previous releases) is the multimedia platform for today because it takes advantage of OS/2 features to provide an effective multimedia environment. OS/2 multitasking capability supports synchronization and concurrent playback of multiple devices. The flat memory model supports the management of large data objects. OS/2 multimedia is al..."
- 22:4522:45, 4 November 2025 diff hist +59 Template:MMAPG No edit summary
- 22:4422:44, 4 November 2025 diff hist +1,178 N MMAPG - What's New... Created page with "{{MMAPG}} {{IBM-Reprint}} This release of the OS/2 Multimedia Application Programming Guide includes the following: ;Using a Control Program Queue for Notifications :An OS/2 application that does not have a PM window, and therefore cannot use a PM message queue for receiving notification messages, can use an OS/2 Control Program queue instead. The Control Program queue method of notification should also be considered for time-critical PM applications, because it is fas..."
- 22:4322:43, 4 November 2025 diff hist +1,277 N MMAPG - Introduction Created page with "{{MMAPG}} {{IBM-Reprint}} This guide provides information about application interfaces to help you select and implement functions for your OS/2 multimedia applications. It is written for application programmers who are interested in developing OS/2 multimedia applications. ==Additional Multimedia Information== ;Developing Multimedia Applications Under OS/2, John Wiley & Sons, Inc., 1995. (ISBN 0-471-13168-7) :Provides insight, tips and techniques, and samples on MMPM..."
- 22:4322:43, 4 November 2025 diff hist +19 Template:MMAPG No edit summary
- 22:4122:41, 4 November 2025 diff hist +51 Template:MMAPG No edit summary
- 22:4022:40, 4 November 2025 diff hist −6 Multimedia Application Programming Guide No edit summary current
- 22:4022:40, 4 November 2025 diff hist +656 N Template:MMAPG 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..."
- 20:3320:33, 4 November 2025 diff hist +33 AMSIO2T.ADD No edit summary current
- 18:5718:57, 4 November 2025 diff hist +29 EDM/2 Logos No edit summary current