CArclib::ArcAtaPassthroughCmd

The ArcAtaPassthroughCmd method executes the ATA commands for a drive.

 

virtual ARC_STATUS ArcAtaPassthroughCmd (

BYTE nEncnum,

BYTE nDrvnum,

pATA_CMD pCmd

);

Parameters:

[IN]

nEncnum: Enclosure#, this field will be ignored if Non-SAS controller.

nDrvnum: Drive# in Enclosure#

 

[IN/OUT]

pCmd: Pointer to a sATA_CMD structure that need for ATA commands.

Return Values

This method returns the ARC_STATUS.

Note: