mpiDriveMapCreate

Declaration

MPI_RESULT
   mpiDriveMapCreate(MPIDriveMap    *driveMap,
                     const char     *fileName);

Required Header: drivemap.h

Change History: Modified in 04.00.

Description

mpiDriveMapCreate creates a DriveMap object associated with the file specified by fileName. The driveMap object is useful for decoding and to read/write SynqNet drive specific parameters.

 
*driveMap A pointer to a driveMap object. If mpiDriveMapCreate fails, the driveMap object handle is set to MPIHandleVOID.
*filename The drive map file.
   
 
Return Values
MPIMessageOK
MPIMessageARG_INVALID
MPIDriveMapMessageMAP_FILE_OPEN_ERROR
MPIMessageNO_MEMORY

See Also

mpiDriveMapDelete | mpiDriveMapValidate