Autodocs Libraries:
hdwrench.library FindControllerID FindDefaults FindDiskName FindLastSector HDWCloseDevice HDWOpenDevice InMemMountfile InMemRDBStructs LowlevelFormat OutMemMountfile OutMemRDBStructs QueryCapacity QueryFindValid QueryInquiry QueryModeSense QueryReady RawRead RawWrite ReadMountfile ReadRDBStructs ReadRDBs VerifyDrive WriteBlock WriteMountfile WriteRDBStructs WriteRDBs ZZexample description Include GuruMeditation
|
Docs » Autodocs » hdwrench.library » WriteRDBs
WriteRDBs
error = WriteRDBs ( void ) D0 USHORT WriteRDBs ( void )
Write data contained in internal RDB structures to the DISK as RDBs. Start at rdb_RDBBlocksLo as the first block to be written.
none (Although a set of RDB structures must have already been loaded before anything can be written.)
error USHORT containing the bb_RWErrors.success value for the worst error code encountered during the write.
Note that no consistency checks are performed. What you send is to this entry is what you get, data errors and all.
hdwrench.library/InMemMountfile(), hdwrench.library/OutMemMountfile(), hdwrench.library/ReadMountFile, hdwrench.library/WriteMountfile(), hdwrench.library/InMemRDBStructs(), hdwrench.library/ReadRDBStructs(), hdwrench.library/OutMemRDBStructs(), hdwrench.library/WriteRDBStructs(), hdwrench.library/ReadRDBs()
|