|
Prev: Vista Magnification API: MagSetImageScalingCallback() doesn'twork?
Next: CreateProcessAsUserW failing with quoted path names.
From: zack on 15 Jun 2008 07:55 I want to read raw data, I don't care if it will be some kind of handle for the read and write of the USB, in real time embedded system i just need to know the real address of the flash and i can read or write, how it is working on windows? "Kerem Gümrükcü" wrote: > Hi, > > what you mean by "address",...? > > > Regards > > Kerem > > -- > ----------------------- > Beste Grüsse / Best regards / Votre bien devoue > Kerem Gümrükcü > Microsoft Live Space: http://kerem-g.spaces.live.com/ > Latest Open-Source Projects: http://entwicklung.junetz.de > ----------------------- > "This reply is provided as is, without warranty express or implied." > "zack" <zack(a)discussions.microsoft.com> schrieb im Newsbeitrag > news:74A96723-C585-41C3-AC5D-64CB3B57926F(a)microsoft.com... > > hi i am working with MFC Application on vista OS, > > I would like to get a USB drives Address, > > I am looking for a way of getting the system Drives address ? > > let say if USB is connected to drive d:\, i would like to grt the D:\ > > first > > address ? > > > > thanks > > >
From: Pavel A. on 15 Jun 2008 18:02
"zack" <zack(a)discussions.microsoft.com> wrote in message news:8C26752D-43FF-41AA-8D69-F5BE8D7A3473(a)microsoft.com... > I want to read raw data, > I don't care if it will be some kind of handle for the read and write of > the USB, > in real time embedded system i just need to know the real address of the > flash and i can read or write, Look at this: http://www.chrysocome.net/dd or http://uranus.it.swin.edu.au/~jn/linux/rawwrite/ Note that Vista has more restrictions on raw disk io (must run as admin, the disk must not be mounted, etc). --PA > "Kerem Gümrükcü" wrote: > >> Hi, >> >> what you mean by "address",...? >> >> >> Regards >> >> Kerem >> >> -- >> ----------------------- >> Beste Grüsse / Best regards / Votre bien devoue >> Kerem Gümrükcü >> Microsoft Live Space: http://kerem-g.spaces.live.com/ >> Latest Open-Source Projects: http://entwicklung.junetz.de >> ----------------------- >> "This reply is provided as is, without warranty express or implied." >> "zack" <zack(a)discussions.microsoft.com> schrieb im Newsbeitrag >> news:74A96723-C585-41C3-AC5D-64CB3B57926F(a)microsoft.com... >> > hi i am working with MFC Application on vista OS, >> > I would like to get a USB drives Address, >> > I am looking for a way of getting the system Drives address ? >> > let say if USB is connected to drive d:\, i would like to grt the D:\ >> > first >> > address ? >> > >> > thanks >> >> >> |