TIEPortableDevices.EnumDeviceProperties
Declaration
function EnumDeviceProperties(const sDeviceID : WideString; ssDest : TStrings) : Boolean;
Description
A debugging function that outputs details of the specified devices to a TStrings object
// Display properties of the current device
IEPortableDevices.EnumDeviceProperties( IEPortableDevices.ActiveDeviceID, memDevProps.Lines );