Bootpart Library OS Functions (Windows CE 5.0)
The following table shows the Bootpart library functions with a description of the purpose of each.
Programming element | Description |
---|---|
BP_OpenPartition | This function opens or creates a partition. |
BP_ReadData | This function reads data from a partition. |
BP_WriteData | This function writes data to the partition. |
BP_SetDataPointer | This function sets the data pointer of a specified partition. The data pointer stores the logical byte address where the next read or write operation will occur. |
BP_GetPartitionInfo | This function gets the partition entry for an open partition. |
BP_Init | This function reads data from a partition. |
BP_LowLevelFormat | This function erases, verifies and writes logical sectors in a specified range. This function should be called when preparing flash memory for a download of multiple .bin files. |
See Also
BinFS and the Bootpart Library | Flash Media Drivers
Send Feedback on this topic to the authors