Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure contains information that allows the OAL to choose which partition, if any, to format.
typedef struct tagSTORAGECONTEXT {DWORD cbSize;STOREINFO StoreInfo;PARTINFO PartInfo;DWORD dwFlags;} STORAGECONTEXT, *PSTORAGECONTEXT;
Members
cbSize
Set to sizeof(STORAGECONTEXT).StoreInfo
Contains information on a store.PartInfo
Contains information about a partition.dwFlags
Specifies options that can be used by the OAL when formatting a partition.The following table shows the possible values.
Value Description AFS_FLAG_HIDDEN Hides the file system. AFS_FLAG_BOOTABLE Specifies that the system registry might be present. AFS_FLAG_ROOTFS Mounts the file system as root. AFS_FLAG_HIDEROM Hides ROM when mounting the root file system. This value should be used in combination with FLAG_ROOTFS. AFS_FLAG_MOUNTROM Mounts the new file system as an additional ROM file system.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Storemgr.h.
See Also
Send Feedback on this topic to the authors