#include <lvm_intr.h> Drive_Information_Record _System Get_Drive_Status( ADDRESS Drive_Handle, /* (I) Handle of the disk to be queried */ CARDINAL32 * Error_Code /* (O) Address where the error code will be stored */ );
Parameters
Returns
This function returns the Drive_Information_Record for the drive whose handle is specified in Drive_Handle.
Error Handling
If an error occurs, the value pointed to by Error_Code will be greater than 0.
Side Effects
None.
Notes
None.
16-Bit Equivalent:
void _Far16 _Pascal _loadds GET_DRIVE_STATUS16( CARDINAL32 Drive_Handle, Drive_Information_Record * _Seg16 Drive_Status, CARDINAL32 * _Seg16 Error_Code );