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 » WriteRDBStructs
WriteRDBStructs()
error = WriteRDBStructs ( char *filename ) D0 A0 ULONG WriteRDBStructs ( char *filename )
Write RDBs to a file rather than to the RDB locations on disk. The first block written will be the RDSK block with all the others following in order. Given internal renumbering systems this means they should all be contiguous blocks.
error ULONG containing the error from the E_* codes in hdwrench.h. If successful the internal RDB structures are filled according to the data within the mountfile.
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/ReadRDBs(), hdwrench.library/WriteRDBs()
|