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 03:03 | MM MCIPASSDEVICE diffhist +1,298 Martini talk contribs (Created page with "{{DISPLAYTITLE:MM_MCIPASSDEVICE}} This message notifies an application that the use of a device is being gained or lost. ==Syntax== <PRE> MsgParam1 USHORT usDeviceID; →Device ID.: USHORT usReserved; →Reserved.: MsgParam2 USHORT usEvent; →Gaining or losing use of device.: USHORT usReserved; →Reserved.: </PRE> ==Parameters== ;''usDeviceID'' (USHORT) - input :Device ID. ;''usReserved'' (USHORT) - input :Reserved. ;''usEvent'' (USHORT) - i...") | ||||
| 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: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...") | ||||