ISDBDevice::DeviceStart

From MediaMonkey Wiki
Jump to navigation Jump to search

CoClass SDBDevice, Interface ISDBDevice

Function DeviceStart(LibraryHandle As Long, DeviceCaption As String, DeviceDriveLetter As Long) As Long


Parameters

Name Type Description
LibraryHandle Long DLL handle of the library.
DeviceCaption String Title of the device to show in MM UI.
DeviceDriveLetter Long Drive letter of the device (can be -1 if the device doesn't have one).


Method description

Adds new device for handling by MM. Its icon is shown in the tree then.

Example code

See some device plug-in source code for examples.