Source position: mci.pas line 492
type mci_buffer_parms = record |
hwndCallback: hwnd; |
ulStructLength: LongInt; |
ulNumBuffers: LongInt; |
ulBufferSize: LongInt; |
ulMinToStart: LongInt; |
ulSrcStart: LongInt; |
ulTgtStart: LongInt; |
pBufList: pointer; |
end; |