Unit 'mci' Package
[Overview][Constants][Types][Procedures and functions][Index] [#os2units]

mci_network_default_connection_parms

Declaration

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;


Documentation generated on: 2025-07-25