Tagged Questions
The eject tag has no wiki summary.
6
votes
1answer
303 views
Eject USB device via C#
I was looking for a short way to eject USB-devices via C#-code, so I coded a little class myself, yet it simply doesn't work. Since there's no popup that says "Lock success!" I assume that the problem ...
2
votes
2answers
284 views
Eject CD using Java
Is there any simple way to eject the D drive in Windows 7 using Java? I don't particularly care about cross-platform compatibility at the moment. I've done some research ...
2
votes
1answer
246 views
Detect Removable Media Ejection Request in Windows Service
I have a Windows service written in C# with the .NET 2.0 framework that uses the FileSystemWatcher to monitor certain directories for changes. Some of these directories may be on removable media, such ...
2
votes
1answer
1k views
How to eject a USB removable disk/volume, similar to the “Eject” function in Windows Explorer?
Do you know what is the API, or sequence of API calls that windows uses to accomplish the "Eject" function which is available on the shell context menu for removable volumes?
So far I've tried two ...
2
votes
2answers
689 views
How to eject CD using WMI and Python?
Using Windows' WMI library, how can I eject CD rom mounted in a specific CD/DVD drive?
I am asking for sources from WMI docs or examples since I am using wmi.py library on Python.
It would be great ...
2
votes
2answers
3k views
Programatically ejecting and retracting the CD drive in vb.net or c#
Is there any way to do so? I know its possible to programmatically eject/retract the cd drive SOMEHOW, cause Roxio does that when it prompts me to insert a disk.
Either c# or vb.net is preferable, ...
2
votes
3answers
342 views
CD eject notification in Windows
My program needs to know when a user ejects cd disc. Is there some sort of notification for this in Windows?
1
vote
1answer
1k views
How to Eject CD-ROM [closed]
Possible Duplicates:
Windows CDROM Eject
Open CD/DVD door with a Windows API call?
I have looked around and can't find a simple solution to what I want to do.
I want to open a CD-Rom ...
1
vote
1answer
362 views
Using linux USb gadget - Need to capture eject event
Referring this link
http://www.linux-usb.org/gadget/file_storage.html
I am doing this ..
Step 1 : I acquire some data on beagle board on angstrom linux and send to SD Card by mounting it on ...
0
votes
0answers
56 views
Determine which programs are using the USB/External drive
First of all I will tell you my situation:
Often, when I am wanting to eject a drive (like a USB drive or an external drive), often I get the following message: "This device is currently in use. Close ...
0
votes
1answer
43 views
How do I detect when an application uses FSCTL_LOCK_VOLUME & needs me to close my handles to a volume?
I have an application that opens handles to mounted volumes. I currently listen for DBT_DEVICEQUERYREMOVE messages, which fixed the inability to safely remove mounted devices. However, it seems ...
0
votes
0answers
37 views
CM_Query_And_Remove_SubTree drive mount again
I'm trying to remove all USB devices from my computer.
it's work, but if I've two devices (i.e. pendrive and external disk, both usb), my method will eject both devices, but if I remove pendrive ...
0
votes
1answer
353 views
How do I stop an USB storage device eject/unmount
I am trying to stop an USB storage device from unmounting when i am in the middle of some operation on my device.
I tried using the disk arbitration framework for doing this by registering to get a ...
0
votes
1answer
38 views
Installshield eject disc when finished?
I have a single MSI project.
Since I am using disc spanning, is there a way to eject the disc from the drive when another disc is needed to continue installation?
Thanks!
0
votes
1answer
533 views
Eject Memory card from Card Reader C#
I have a custom developed USB card reader. I am using the following code to interact and iterrate over the device:
http://www.codeproject.com/KB/system/usbeject.aspx
The code above provides an ...