git-svn-id: trunk@35191 -
This commit is contained in:
marco 2016-12-24 17:42:58 +00:00
parent a0c50336f3
commit 2225f90dde

View File

@ -1540,9 +1540,9 @@ Type
dwControlID: DWORD;
cChannels: DWORD;
Case Integer Of
0: (hwndOwner: tHandle);
1: (cMultipleItems, cbDetails: DWORD;
0: (hwndOwner: tHandle; cbDetails: DWORD;
paDetails: Pointer);
1: (cMultipleItems:DWORD);
End;
MIXERCONTROLDETAILS = tMIXERCONTROLDETAILS;
PMIXERCONTROLDETAILS = ^tMIXERCONTROLDETAILS;