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 14:49, 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

     03:38  MciSendCommand 2 changes history +31 [Martini (2×)]
     
03:38 (cur | prev) −1 Martini talk contribs
     
03:37 (cur | prev) +32 Martini talk contribs
     03:37  MciQuerySysValue diffhist +34 Martini talk contribs
     03:37  MciGetErrorString diffhist +35 Martini talk contribs
     03:36  MciGetDeviceID diffhist +32 Martini talk contribs

4 November 2025

     16:46  Multimedia Programming Reference diffhist +8 Martini talk contribs
N    00:11  MciSendCommand diffhist +4,719 Martini talk contribs (Created page with "This function sends a media control interface message to the specified media device. ==Syntax== mciSendCommand(usDeviceID, usMessage, ulParam1, pParam2, usUserParm) ==Parameters== ;''usDeviceID'' (USHORT) - input :The device ID the message is to be sent to. This is the device ID returned from MCI_OPEN; this parameter is ignored on the MCI_OPEN message. ;''usMessage'' (USHORT) - input :The media control interface message to send. See MCI Command Messages for descripti...")
N    00:07  MciQuerySysValue diffhist +2,224 Martini talk contribs (Created page with "This function queries the value of system-defined attributes. ==Syntax== mciQuerySysValue(iSysValue, pValue) ==Parameters== ; ''iSysValue'' (USHORT) - input :Specifies the system attribute. The possible system attributes are: :;MSV_CLOSEDCAPTION ::Returns TRUE if the user has enabled closed captioning and FALSE otherwise. :;MSV_MASTERVOLUME ::The master volume setting. The range is 0 to 100. :;MSV_HEADPHONES ::Returns TRUE if the user has headphones...")
     00:02  MciGetErrorString 2 changes history +32 [Martini (2×)]
     
00:02 (cur | prev) +14 Martini talk contribs
     
00:00 (cur | prev) +18 Martini talk contribs

3 November 2025

N    21:24  MciGetErrorString diffhist +1,821 Martini talk contribs (Created page with "This function fills the caller's buffer with the textual string associated with the given error code returned by the OS/2 multimedia function. It also contains a 16-bit entry point. mciGetErrorString(ulError, pszBuffer, usLength) ==Parameters== ;''ulError'' (ULONG) - input :Specifies the error code. The low-order word contains the error code and the high-order word contains the device ID. The device ID is used by OS/2 multimedia to determine if there are device-depend...")
N    21:10  MciGetDeviceID diffhist +1,794 Martini talk contribs (Created page with "This function retrieves the device ID corresponding to an alias of a device. The ID can then be used on subsequent media control interface procedural commands. It also contains a 16-bit entry point. ==Syntax== mciGetDeviceID(pszName) ==Parameters== ;''pszName'' (PSZ) - input :The alias name used with the open or connection command. ==Return Code== ;''rc'' (ULONG) - returns :Returns the device ID assigned to this alias when the device was opened or when the c...")