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 03:24, 26 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

26 November 2025

     03:20  MMProgRef - Data Types diffhist +951 Martini talk contribs
     03:18  MMProgRef - Secondary Window Functions diffhist −45 Martini talk contribs
     03:17  MMProgRef - Graphic Button Control 3 changes history −24 [Martini (3×)]
     
03:17 (cur | prev) −1 Martini talk contribs
     
03:17 (cur | prev) −23 Martini talk contribs
     
03:16 (cur | prev) 0 Martini talk contribs (Control Messages)
     03:14  MMProgRef - Memory Playlist Commands 3 changes history +138 [Martini (3×)]
     
03:14 (cur | prev) −22 Martini talk contribs
     
03:12 (cur | prev) −33 Martini talk contribs
     
03:11 (cur | prev) +193 Martini talk contribs
     03:09  MMProgRef - Notification Messages 2 changes history −2 [Martini (2×)]
     
03:09 (cur | prev) −22 Martini talk contribs
     
03:08 (cur | prev) +20 Martini talk contribs
     02:58  MMProgRef - What's New... 7 changes history +213 [Martini (7×)]
     
02:58 (cur | prev) −22 Martini talk contribs
     
02:57 (cur | prev) +6 Martini talk contribs
     
02:20 (cur | prev) −2 Martini talk contribs
     
02:19 (cur | prev) −4 Martini talk contribs
     
02:12 (cur | prev) +133 Martini talk contribs
     
02:09 (cur | prev) +65 Martini talk contribs
     
02:08 (cur | prev) +37 Martini talk contribs
     02:53  MMProgRef - High-Level Macro Service Functions diffhist −22 Martini talk contribs
     02:49  MMProgRef - MCI Command Messages diffhist +12 Martini talk contribs
     02:46  MMProgRef - Subsystem Messages 4 changes history +2 [Martini (4×)]
     
02:46 (cur | prev) +2 Martini talk contribs
     
02:46 (cur | prev) −22 Martini talk contribs
     
02:32 (cur | prev) −1 Martini talk contribs (Message Description)
     
02:32 (cur | prev) +23 Martini talk contribs
     01:51  MMProgRef - CODEC Messages diffhist +24 Martini talk contribs
     01:48  MMProgRef - DIVE Functions 3 changes history +249 [Martini (3×)]
     
01:48 (cur | prev) +51 Martini talk contribs
     
01:35 (cur | prev) +134 Martini talk contribs
     
00:59 (cur | prev) +64 Martini talk contribs

25 November 2025

N    21:35  MMProgRef - Secondary Window Functions diffhist +1,885 Martini talk contribs (Created page with "{{MMProgRef}} Category:WorkToDo The secondary window manager provides all the capability of a standard dialog window, but it permits the window to be sizable and automatically formats the window and manages the scroll bars. The functions that manipulate and control the secondary window are designed to convert easily from the standard dialog manager. This section describes the secondary window functions and data structures. ==Secondary Window Functions== The follow...")
N    21:33  MMProgRef - Graphic Button Control 4 changes history +5,522 [Martini (4×)]
     
21:33 (cur | prev) −42 Martini talk contribs
     
21:32 (cur | prev) −75 Martini talk contribs (Styles)
     
21:28 (cur | prev) +37 Martini talk contribs
N    
21:27 (cur | prev) +5,602 Martini talk contribs (Created page with "This section describes graphic button styles and control messages. Graphic buttons are different from other types of push buttons in that they have graphic, two-state, and animation capabilities. Using graphic buttons, an application programmer can do the following: *Display both text and bit maps on the same button. *Animate a series of bit maps. *Give the user a two-state button. *Change bit maps. Graphic buttons permit a more intuitive interaction between a user an...")
N    21:24  MMProgRef - Memory Playlist Commands 2 changes history +9,212 [Martini (2×)]
     
21:24 (cur | prev) +36 Martini talk contribs
N    
21:23 (cur | prev) +9,176 Martini talk contribs (Created page with "A **memory playlist** is a data structure in your application. It contains an array of simple, machine-like instructions, or commands, each of which has a fixed format consisting of a **32-bit operation code** and **three 32-bit operands**. Using playlist instructions, you can play audio objects in succession from one or more memory buffers. Instructions include branching to and returning from subroutines within the playlist. In addition, the playlist can be modified dy...")
     21:23  Template:MMProgRef diffhist +123 Martini talk contribs
     21:20  MMProgRef - What's New... diffhist +22 Martini talk contribs
     21:20  MMProgRef - High-Level Macro Service Functions diffhist +22 Martini talk contribs
     21:20  MMProgRef - Subsystem Messages 2 changes history −14 [Martini (2×)]
     
21:20 (cur | prev) +22 Martini talk contribs
     
20:57 (cur | prev) −36 Martini talk contribs
N    21:19  MMProgRef - Notification Messages 2 changes history +2,005 [Martini (2×)]
     
21:19 (cur | prev) +22 Martini talk contribs
N    
20:50 (cur | prev) +1,983 Martini talk contribs (Created page with "{{MMProgRef}} The system uses notification messages to respond to applications, indicating system status such as completion of a media device function or passing of the ownership of a media device between processes. Messages are returned to applications **asynchronously** (using **WinPostMsg**), except for MM_MCIEVENT, which is sent **synchronously** (using **WinSendMsg**). A media control interface call that results in the dispatch of these two messages (such as ...")
N    21:19  MMProgRef - MCI Command Messages 2 changes history +5,840 [Martini (2×)]
     
21:19 (cur | prev) +22 Martini talk contribs
N    
20:51 (cur | prev) +5,818 Martini talk contribs (Created page with "{{MMProgRef}} This section describes the media control interface command messages. All messages except system messages operate in an asynchronous mode without notification unless **MCI_NOTIFY** or **MCI_WAIT** is specified. These two flags are mutually exclusive. If both are used, the error **MCIERR_FLAGS_NOT_COMPATIBLE** is returned. If **MCI_WAIT** is used, control is not returned to the caller until the command completes. **MCI_NOTIFY** returns control to the caller...")
N    21:19  MMProgRef - String Commands 7 changes history +11,474 [Martini (7×)]
     
21:19 (cur | prev) +22 Martini talk contribs
     
21:18 (cur | prev) +5,257 Martini talk contribs (System Commands)
     
20:57 (cur | prev) −33 Martini talk contribs
     
20:57 (cur | prev) +14 Martini talk contribs
     
20:56 (cur | prev) −16 Martini talk contribs
     
20:54 (cur | prev) −561 Martini talk contribs
N    
20:53 (cur | prev) +6,791 Martini talk contribs (Created page with "{{DISPLAYTITLE:String Commands}} The string interface enables application control of media devices using textual string commands. String commands are passed to the media control interface through the mciSendString function. Return information from string commands is converted to string format and returned in the *pszReturnString* parameter of mciSendString. Not all functions available through the procedural interface, mciSendCommand, are available through th...")