 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 » InMemMountfile
InMemMountfile
error = InMemMountfile ( unit, mfdata, controller ) D0 D0 A0 A1 ULONG InMemMountfile ( ULONG unit, char *mfdata, char *controller );
Load internal RDB structures from the data in mountfile format within memory.
unit ULONG unit number per discussion in the scsidisk.h header mfdate Pointer to C string containing the mountfile format data. controller Pointer to C string containing controller ID information.
error ULONG value according to the E_ error codes within 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/OutMemMountfile, hdwrench.library/ReadMountFile, hdwrench.library/WriteMountfile(), hdwrench.library/InMemRDBStructs(), hdwrench.library/ReadRDBStructs(), hdwrench.library/OutMemRDBStructs(), hdwrench.library/WriteRDBStructs(), hdwrench.library/ReadRDBs(), hdwrench.library/WriteRDBs()
|