RawWrite
error = RawWrite ( bb ) D0 A0 USHORT RawWrite ( BootBlock *bb );
Write the data section of a BootBlock to the disk at the block number stored within the BootBlock structure.
bb Pointer to "struct BootBlock" containing the data to be written and other important data for the write operation.
error USHORT containing the same value as the RWError.success field. The bb->bb_RWErrors.block_written will be updated. Data will be written to disk with this function. Please be careful.
This function is intentionally limited writing only to the lower block numbers on large drives. RDBs do not appear "Way Out There."
Dual Crew