ISDBDevice::TerminateThreads: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
(Created page with "{{MethodDeclaration|SDBDevice|ISDBDevice|Sub DeviceStop(DeviceHandle As Long)}} ===Parameters=== {{MethodParameters |DeviceHandle |Long |Handle of the device to stop threads ...")
 
mNo edit summary
 
Line 1: Line 1:
{{MethodDeclaration|SDBDevice|ISDBDevice|Sub DeviceStop(DeviceHandle As Long)}}
{{MethodDeclaration|SDBDevice|ISDBDevice|Sub TerminateThreads(DeviceHandle As Long)}}


===Parameters===
===Parameters===

Latest revision as of 02:24, 10 November 2011

CoClass SDBDevice, Interface ISDBDevice

Sub TerminateThreads(DeviceHandle As Long)


Parameters

Name Type Description
DeviceHandle Long Handle of the device to stop threads for.


Method description

Terminate device threads (scanning, syncing, copying), but device should remain in MM interface.