ScsiAdapterGetDeviceList Method |
Retrieves a list of virtual disks on this adapter. Each element in returned list holds device number of an existing
virtual disk.
Namespace:
Arsenal.ImageMounter
Assembly:
Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntax public uint[] GetDeviceList()
Public Function GetDeviceList As UInteger()
public:
array<unsigned int>^ GetDeviceList()
member GetDeviceList : unit -> uint32[]
Return Value
Type:
UInt32See Also