/*D
   MPI_Win_get_name - Get the print name associated with the MPI RMA window

Synopsis:
.vb
int MPI_Win_get_name(MPI_Win win, char *win_name, int *resultlen)
.ve

Input Parameters:
. win - window whose name is to be returned (handle)

Output Parameters:
+ win_name - the name previously stored on the window, or an empty string if no such name exists (string)
- resultlen - length of returned name (integer)

.N ThreadSafe

.N Fortran

.N Errors
.N MPI_SUCCESS
.N MPI_ERR_ARG
.N MPI_ERR_WIN
.N MPI_ERR_OTHER

D*/

