ImageEn, unit iexWPD

TIEPortableDevices.EnumDeviceProperties

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

Example

// Display properties of the current device
IEPortableDevices.EnumDeviceProperties( IEPortableDevices.ActiveDeviceID, memDevProps.Lines );