[This is preliminary documentation and is subject to change.]
Free a user-defined error handler that was created with MPI_Errhandler_create(IntPtr, Int32%).
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 0.8.0.0 (0.8.0.0)
Syntax
| C# |
|---|
public static int MPI_Errhandler_free( ref int errhandler ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function MPI_Errhandler_free ( _ ByRef errhandler As Integer _ ) As Integer |
| Visual C++ |
|---|
public: static int MPI_Errhandler_free( int% errhandler ) |
Parameters
- errhandler
- Type:
System..::.Int32
%