Read-Only |
About External Devices |
Description |
Returns a list of configured external devices in the collection. |
VB Syntax |
array = extDevices.Items |
Variable |
(Type) - Description |
value |
(array) Variable to store the returned values. Each item in the array is in the format (name:driver), where:
|
extDevices |
An ExternalDevices (collection) |
Return Type |
Variant Array |
Default |
Not Applicable |
Examples |
array = extDevices.Items'Read |
C++ Syntax |
HRESULT get_Items( VARIANT* array); |
Interface |
IExternalDevices |