GrGetWindowInfo()

Name

GrGetWindowInfo() -- Retrieve window information

Synopsis

void GrGetWindowInfo ( GR_WINDOW_ID wid , GR_WINDOW_INFO * infoptr );

Description

This function fills a GR_WINDOW_INFO structure with information regarding the window wid.

Parameters

TypeNameDescription
GR_WINDOW_IDwidThe ID of the window to get info from.
GR_WINDOW_INFOinfoptrA pointer to the caller supplied structure to receive the window information.

See Also

GrNewWindow(), GrMapWindow(), GrUnmapWindow(), GrRaiseWindow(), GrLowerWindow(), GrMoveWindow(), GrResizeWindow(), GrReparentWindow(), GrSetBorderColor().