Home
last modified time | relevance | path

Searched refs:cIDs (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/winmm/
H A Dwinmm.c911 DWORD cIDs, MIDIOPENSTRMID* lpIDs) in MIDI_OutAlloc() argument
917 size = sizeof(WINE_MIDI) + (cIDs ? (cIDs-1) : 0) * sizeof(MIDIOPENSTRMID); in MIDI_OutAlloc()
929 lpwm->mod.cIds = cIDs; in MIDI_OutAlloc()
930 if (cIDs) in MIDI_OutAlloc()
931 memcpy(&(lpwm->mod.rgIds), lpIDs, cIDs * sizeof(MIDIOPENSTRMID)); in MIDI_OutAlloc()