Asked By Paul G. Tobey [eMVP]
20-Mar-07 11:12 AM
That's Windows Mobile, not Windows CE. It's quite possible, given that
OALIoCtlHalQueryFormatPartition is not documented in the help, that it's
*never* sent on a generic Windows CE device. If you are building a Windows
Mobile device, you are not permitted by your agreement with Microsoft to
discuss here the details of that kit. You need to use the support channel
that you get as a Windows Mobile OEM.
If you are building a generic device, what you are trying to do is simply
format a disk, it sounds like. Contact Intel for some utilities for doing
things like formatting a PSM filesystem or see if you got anything from them
already. I don't recall how I ended up with it, but I have a utility DLL
that exports some functions for formatting, etc. If you had that, simply
unmounting the existing filesystem and then formatting it should allow you
to get a 'clean' filesystem without even needing, necessarily, to reboot.
Paul T.