Source position: mci.pas line 764
type mci_Wave_GetDevCaps_Parms = record |
hwndCallback: hwnd; |
ulReturn: LongInt; |
ulItem: LongInt; |
usMessage: Integer; |
usReserved0: Integer; |
ulLength: LongInt; |
ulBitsPerSample: LongInt; |
ulFormatTag: LongInt; |
ulSamplesPerSec: LongInt; |
ulChannels: LongInt; |
ulFormatMode: LongInt; |
end; |