BP_OpenPartition的疑问C/C++ code *dwStartSector - Logical sector to start the partition.NEXT_FREE_L
BP_OpenPartition的疑问
C/C++ code
* dwStartSector - Logical sector to start the partition. NEXT_FREE_LOC if none * specified. Ignored if opening existing partition. * dwNumSectors - Number of logical sectors of the partition. USE_REMAINING_SPACE * to indicate to take up the rest of the space on the flash for that partition (should * only be used when creating extended partitions). This parameter is ignored * if opening existing partition....HANDLE BP_OpenPartition(DWORD dwStartSector, DWORD dwNumSectors, DWORD dwPartType, BOOL fActive, DWORD dwCreationFlags)