Related changes
Appearance
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.
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
| N 02:56 | MCI CUE diffhist +4,753 Martini talk contribs (Created page with "{{DISPLAYTITLE:MCI_CUE}} This message prompts a device instance to ready itself (preroll) for a subsequent playback or recording message with minimum delay. ==Syntax== <PRE> param1 ULONG ulParam1; →Flags for cue operation.: param2 PMCI_GENERIC_PARMS pParam2; →Pointer to the parameter data structure.: </PRE> ==Parameters== ;''ulParam1'' (ULONG) - input :This parameter can contain any of the following flags. **MCI_CUE_INPUT** and **MCI_CUE_OUTPUT** flags are...") | ||||
| N 02:54 | MCI MIXSETUP diffhist +3,718 Martini talk contribs (Created page with "{{DISPLAYTITLE:MCI_MIXSETUP}} This message informs the mixer device that the application wishes to read or write buffers directly and sets up the device in the correct mode (for example, PCM, MPEG audio or MIDI). ==Syntax== <PRE> param1 ULONG ulParam1; →Flags for mixer setup operation.: param2 PMCI_MIXSETUP_PARMS pParam2; →Pointer to the MCI_MIXSETUP_PARMS data structure.: </PRE> ==Parameters== ;''ulParam1'' (ULONG) - input :This parameter can contain any...") | ||||
| N 02:45 | MCI OPEN diffhist +8,682 Martini talk contribs (Created page with "{{DISPLAYTITLE:MCI_OPEN}} This message is used to open or create a new device instance. ==Syntax== <PRE> param1 ULONG ulParam1; →Flags for open operation.: param2 PMCI_OPEN_PARMS pParam2; →Pointer to the MCI_OPEN_PARMS data structure.: </PRE> ==Parameters== ;''ulParam1'' (ULONG) - input :This parameter can contain any of the following flags. **MCI_OPEN_ELEMENT** and **MCI_OPEN_MMIO** are mutually exclusive flags: :* '''MCI_NOTIFY''' A notification message...") | ||||
| N 02:42 | MCI CONNECTOR diffhist +6,693 Martini talk contribs (Created page with "{{DISPLAYTITLE:MCI_CONNECTOR}} This message is used to enable, disable or query the status of a particular connector for a device instance. The connector can be specified either absolutely or as a relative offset within a specified connector type. ==Syntax== <PRE> param1 ULONG ulParam1; →Flags for connector operation.: param2 PMCI_CONNECTOR_PARMS pParam2; →Pointer to the MCI_CONNECTOR_PARMS data structure.: </PRE> ==Parameters== ;''ulParam1'' (ULONG) - inp...") | ||||
| N 02:41 | MCI CONNECTION diffhist +6,890 Martini talk contribs (Created page with "{{DISPLAYTITLE:MCI_CONNECTION}} This message requests the device ID of a connected device instance. An alias also can be assigned to the connected device to facilitate the sending of string commands to that device. ==Syntax== <PRE> param1 ULONG ulParam1; →Flags for connection operation.: param2 PMCI_CONNECTION_PARMS pParam2; →Pointer to the MCI_CONNECTION_PARMS data structure.: </PRE> ==Parameters== ;''ulParam1'' (ULONG) - input :This parameter can contain...") | ||||
| N 02:39 | MCI CLOSE diffhist +2,716 Martini talk contribs (Created page with "{{DISPLAYTITLE:MCI_CLOSE}} This message requests that the current media device instance be closed and all resources associated with it be released. ==Syntax== <PRE> param1 ULONG ulParam1; →Flags for close operation.: param2 PMCI_GENERIC_PARMS pParam2; →Pointer to a default MCI parameter structure.: </PRE> ==Parameters== ;''ulParam1'' (ULONG) - input :This parameter can contain any of the following flags: :* '''MCI_NOTIFY''' A notification message will be p...") | ||||
| N 02:38 | MCI CAPTURE diffhist +4,610 Martini talk contribs (Created page with "{{DISPLAYTITLE:MCI_CAPTURE}} This message requests the digital video device to capture the current movie frame and store it as an image device element. ==Syntax== <PRE> param1 ULONG ulParam1; →Flags for capture operation.: param2 PMCI_CAPTURE_PARMS pParam2; →Pointer to the MCI_CAPTURE_PARMS data structure.: </PRE> ==Parameters== ;''ulParam1'' (ULONG) - input :This parameter can contain any of the following flags: :* '''MCI_NOTIFY''' A notification message...") | ||||
| N 02:37 | MCI BUFFER diffhist +3,529 Martini talk contribs (Created page with "{{DISPLAYTITLE:MCI_BUFFER}} This message allows an application to allocate (or deallocate) buffers for use with the audio device. Buffers are limited to 64K on Intel machines. ==Syntax== <PRE> param1 ULONG ulParam1; →Flags for buffer operation.: param2 PMCI_BUFFER_PARMS pParam2; →Pointer to the MCI_BUFFER_PARMS data structure.: </PRE> ==Parameters== ;''ulParam1'' (ULONG) - input :This parameter can contain any of the following flags: :* '''MCI_NOTIFY''' A...") | ||||
| N 02:35 | MCI ACQUIREDEVICE diffhist +5,309 Martini talk contribs (Created page with "{{DISPLAYTITLE:MCI_ACQUIREDEVICE}} This message requests that the given device instance be made active. It is also used to request either exclusive or exclusive instance rights for this instance. ==Syntax== <PRE> param1 ULONG ulParam1; →Flags for device acquisition.: param2 PMCI_GENERIC_PARMS pParam2; →Pointer to the default MCI parameter structure.: </PRE> ==Parameters== ;''ulParam1'' (ULONG) - input :This parameter can contain any of the following flags:...") | ||||