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 » ReadRDBs
ReadRDBs
error = ReadRDBs ( void ) D0 error = ReadRDBs ( void )
Read the entire RDB structure into RAM from disk paying NO attention to most internal values.
none
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 Disk RDBs.
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/WriteRDBs()
|