Source position: mci.pas line 555
type mci_network_default_connection_parms = record |
hwndCallback: HWND; |
szInstallName: array [0..MAX_DEVICE_NAME] of AnsiChar; |
ulNumDevices: LongInt; |
ulNumPlayConnections: LongInt; |
ulNumRecordConnections: LongInt; |
pDevices: array [0..MAX_DEVICE_NAME] of ; |
pPlayConnections: pmci_connlist; |
pRecordConnections: pmci_connlist; |
end; |