Searched refs:cIDs (Results 1 – 1 of 1) sorted by relevance
911 DWORD cIDs, MIDIOPENSTRMID* lpIDs) in MIDI_OutAlloc() argument917 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()