This structure is used by the
GetDisplayInfo method to return information
about the specified virtual terminal display. No member of this
structure should be modified directly by the application.
typedef struct _NVTDISPLAYINFO {
HWND hWnd;
HFONT hFont;
INT xPos;
INT yPos;
INT cxClient;
INT cyClient;
INT cxChar;
INT cyChar;
INT nScrollCol;
INT nScrollRow;
INT nMaxScrollCol;
INT nMaxScrollRow;
} NVTDISPLAYINFO, *LPNVTDISPLAYINFO;