Friends, How to lock/unlock(software based) removable disk/drives in VB6? I need to know any specific win32 routines are there for this purpose?
feedback
|
|
Not having used this, I would say that you want to look at the win32 IOCTL_STORAGE_MEDIA_REMOVAL Control Code parameter to DeviceIoControl() which "..Enables or disables the mechanism that ejects media, for those devices possessing that locking capability..." | |||||
feedback
|
|
Opening a file on the removable disk is the simplest way to lock the drive. This can be done with VB6's internal I imagine there are ways of locking the drive itself, but it is much easier to lock a file instead. | |||
feedback
|
|
This will not be of great use to you, but simple proof if can be done there, from linux kernel 2.6 documentation. An alternative to API, meanwhile, could be this, a software that does just that, lock/unlock CD drives. Cheers. | ||||
|
feedback
|
|
Please, try this sample is the best solution: http://vbnet.mvps.org/index.html?code/disk/deviolock.htm Regards d3lph1f0cu5 | |||
|
feedback
|