mpiDriveMapDelete

Declaration

 
mpiDriveMapDelete(MPIDriveMap  driveMap); 
  Required Header: stdmpi.h

Description

mpiDriveMapDelete deletes a DriveMap object and invalidates its handle.

DriveMapDelete is the equivalent of a C++ destructor.

 
driveMap a handle of the DriveMap object to delete in the reverse order to avoid memory leaks.
   
 
Return Values
MPIMessageOK  

See Also

mpiDriveMapCreate | mpiDriveMapValidate