i need the list of physical drives and disk partitions
Next message: #: "How to accesss buttons and edit fields of a window (foreign application)?"
Date: 2 Feb 2004 05:49:44 -0800
I have to find out a list of physical drives and disk partitions.
I know I have to use CreateFile and DeviceIoControl but I don't know
how ... Please help me with an example if possible.
Thanks.
Next message: #: "How to accesss buttons and edit fields of a window (foreign application)?"
Relevant Pages
- list of physical drives and disk partitions
... I have to find out a list of physical drives and disk partitions. ... I know I have to use CreateFile and DeviceIoControl but I don't know ... (borland.public.delphi.nativeapi) - Re: SD-Card... Probleme mit DeviceIoControl, FSCTL_LOCK_VOLUME
... Zuerst wird das betreffende Volume geöffnet (CreateFile), ... (DeviceIoControl mit FSCTL_DISMOUNT_VOLUME). ... IntPtr hVolume = CreateFile(VolumeStr, AccessFlags, ... (microsoft.public.de.german.entwickler.dotnet.csharp) - Re: How to programmatically format a CF card within iPaq
... "eRiva Systems" - Where Technology Meets Life, ... I tried the suggested method (CreateFile then ... > DeviceIoControl calls) but get the 123 error ... No such luck here. ... (microsoft.public.windowsce.embedded.vc) - Re: DeviceIoControl And CreateFile
... documentation, you should use NULL as the last parameter of CreateFile, ... > I'm working out a problem with an app engineer. ... The problem is the app calls DeviceIoControl from many ... > having a single CreateFileat app init and a CloseFile() at app exit. ... (microsoft.public.development.device.drivers) - Re: DeviceIoControl And CreateFile
... thread can send i/o in parallel. ... > I'm working out a problem with an app engineer. ... The problem is the app calls DeviceIoControl from many ... > My concern is that each CreateFile() may be expensive as opposed to just ... (microsoft.public.development.device.drivers) |
|