Ejecting USB Mounted Drive

Anyone know how to eject a USB mounted drive?
C, C++, VB, .Net doesn't matter which language as I'm writting it in a DLL so Java can execute the funcationaility.
Cheers for any hints, pointers or advice people can offer.
[248 byte] By [bud1664] at [2007-11-18 22:42:49]
# 1 Re: Ejecting USB Mounted Drive
I am not sure if this will help, but....

http://www.mcse.ms/archive103-2003-11-37516.html talks of the same type of request - there are two links to msdn articles - one is about the EjectDiskFromSADrive API

Also here is a link to the msdn removable storage api's......
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/devio/base/removable_storage_manager_functions.asp

HTH - if you are still looking
f1shrman at 2007-11-10 3:39:40 >