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: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:...") | ||||
25 November 2025
| N 04:35 | MciRecordAudioFile diffhist +3,167 Martini talk contribs (Created page with "{{DISPLAYTITLE:mciRecordAudioFile}} This function records an audio file or MMIO compound audio file element. `mciRecordAudioFile` is a 32-bit function that is also provided as a 16-bit entry point. The `mciRecordAudioFile` function requires a message queue and focus window. ==Syntax== mciRecordAudioFile(hwndOwner, pszFile, pszTitle, ulFlags) ==Parameters== ;''hwndOwner'' (HWND) - input :The window handle of the owner window. If this parameter...") | ||||
| N 04:34 | MciPlayResource diffhist +6,680 Martini talk contribs (Created page with "{{DISPLAYTITLE:mciPlayResource}} This function plays a multimedia resource, such as a waveform, MIDI, or video, on the default device associated with the resource type. `mciPlayResource` is a 32-bit function that is also provided as a 16-bit entry point. ==Syntax== mciPlayResource(hwndOwner, hmod, resType, resID, ulFlags, pszTitle, hwndViewport) ==Parameters== ;''hwndOwner'' (HWND) - input :Window handle of the owner window. If this parameter is *...") | ||||