Source position: mci.pas line 879
type mci_MixEvent_Parms = record |
ulLength: LongInt; |
hwndMixer: hwnd; |
ulFlags: LongInt; |
usDeviceID: Integer; |
ulDeviceType: LongInt; |
ulDeviceOrdinal: LongInt; |
ulAttribute: LongInt; |
ulValue: LongInt; |
ulConnectorType: LongInt; |
ulConnectorIndex: LongInt; |
ulConnStatus: LongInt; |
end; |