Reads the hardware configuration (resources) of the ISA device.
Language
|
Description
|
C/C++
|
void GetHardwareConfuguration ( HANDLE hIsa, HW_DEV_CONFIG * Cfg);
|
Delphi
|
procedure GetHardwareConfuguration ( hIsa: THandle, var Cfg: HW_DEV_CONFIG); stdcall
|
VB
|
Sub GetHardwareConfuguration ( ByVal hIsa As Long, ByRef Cfg As HW_DEV_CONFIG)
|
Parameters:
| hIsa - the handle returned by a successful call to OpenRapidIsa
|
| Cfg - hardware resources of the ISA device
| Return Value :
None
|