I want my device to start with a completely empty (unpartitioned,
unformatted) flash storage device, and then be able to partition it and
format it manually with a tool i've written.
I've written code for manipulating a storage device using storage
manager api. This all works fine if the storage has allready been
partitioned and formatted once (I use the AutoPartition and AutoFormat
registry settings).
However, when starting the device without these registry settings and a
empty flash I cannot find it with the "FindFirstStore/FindNextStore"
functions.
What do I need to do to get the store up and running to a state where I
can partition and format it using the Storage Manager API?