/*D
   MPI_Win_get_info - Returns a new info object containing the hints of the window

Synopsis:
.vb
int MPI_Win_get_info(MPI_Win win, MPI_Info *info_used)
.ve

Input Parameters:
. win - window object (handle)

Output Parameters:
. info_used - new info object (handle)

Notes:

The info object returned in info_used will contain all hints currently active
for this window. This set of hints may be greater or smaller than the set of
hints specified when the window was created, as the system may not recognize
some hints set by the user, and may recognize other hints that the user has not
set.

.N ThreadSafe

.N Fortran

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

.seealso: MPI_Win_set_info
D*/

