constant name | description |
CDC_SPOS_END | Indicates the sector position at the end of the section. Same as the specification of (number of sectors in a partition – 1). |
CDC_SNUM_END | Indicates the number of sectors from the designated sector position SP to the end of the partition. Same as (Specified number of sectors in partition-SP). |
Valid for the following functions for buffer partitions.
CDC_CalActSiz, CDC_GetSctInfo, CDC_ExeFadSearch, CDC_GetSctData
CDC_DelSctData, CDC_GetdelSctData, CDC_CopySctData, CDC_MoveSctData
Caution When the number of sectors in the partition is 0, WAIT is always returned regardless of the specification. these
Before executing the function, be sure to get the number of sectors in the buffer partition (CDC_GetSctNum)
Execute and confirm that the number of sectors is not 0.