Mac OS 9
ataGeneric Struct Reference

#include <ATA.h>

Data Fields

ataPBHeaderataPBLink
 
UInt16 ataPBQType
 
UInt8 ataPBVers
 
UInt8 ataPBReserved
 
Ptr ataPBReserved2
 
ATACallbackUPP ataPBCallbackPtr
 
OSErr ataPBResult
 
UInt8 ataPBFunctionCode
 
UInt8 ataPBIOSpeed
 
UInt16 ataPBFlags
 
SInt16 ataPBReserved3
 
UInt32 ataPBDeviceID
 
UInt32 ataPBTimeOut
 
Ptr ataPBClientPtr1
 
Ptr ataPBClientPtr2
 
UInt16 ataPBState
 
UInt16 ataPBSemaphores
 
SInt32 ataPBReserved4
 
UInt16 Reserved [24]
 

Detailed Description

The parameter block definition for all other ATA Manager functions.

Field Documentation

◆ ataPBCallbackPtr

ATACallbackUPP ataGeneric::ataPBCallbackPtr

Reserved

◆ ataPBClientPtr1

Ptr ataGeneric::ataPBClientPtr1

-->: Transaction timeout value in msec

◆ ataPBClientPtr2

Ptr ataGeneric::ataPBClientPtr2

Client's storage Ptr 1

◆ ataPBDeviceID

UInt32 ataGeneric::ataPBDeviceID

Reserved

◆ ataPBFlags

UInt16 ataGeneric::ataPBFlags

-->: I/O Timing Class

◆ ataPBFunctionCode

UInt8 ataGeneric::ataPBFunctionCode

<–: Returned result

◆ ataPBIOSpeed

UInt8 ataGeneric::ataPBIOSpeed

-->: Manager Function Code

◆ ataPBLink

ataPBHeader* ataGeneric::ataPBLink

Start of cloned common header ataPBHdr

◆ ataPBQType

UInt16 ataGeneric::ataPBQType

a pointer to the next entry in the queue

◆ ataPBReserved

UInt8 ataGeneric::ataPBReserved

-->: parameter block version number; Must be 0x01

◆ ataPBReserved2

Ptr ataGeneric::ataPBReserved2

Reserved

◆ ataPBReserved3

SInt16 ataGeneric::ataPBReserved3

-->: Various control options

◆ ataPBReserved4

SInt32 ataGeneric::ataPBReserved4

Used internally by the manager

◆ ataPBResult

OSErr ataGeneric::ataPBResult

-->: Completion Routine Pointer

◆ ataPBSemaphores

UInt16 ataGeneric::ataPBSemaphores

Reserved for Manager; Initialize to 0

◆ ataPBState

UInt16 ataGeneric::ataPBState

Client's storage Ptr 2

◆ ataPBTimeOut

UInt32 ataGeneric::ataPBTimeOut

-->: Device identifier (see ataDeviceID)

◆ ataPBVers

UInt8 ataGeneric::ataPBVers

type byte for safety check

◆ Reserved

UInt16 ataGeneric::Reserved[24]

Reserved
End of cloned common header ataPBHdr


The documentation for this struct was generated from the following file: