====== zview_Refresh ====== ===== Description ===== Refresh the current map display in the application's main window. ===== Files ===== ^ Declaration | ''zView.h'' | ^ Implementation | ''zView.cpp'' | ===== Function prototype ===== bool zview_Refresh(bool RedrawBuffer); ===== Arguments ===== ^ Name ^ Type ^ Comment ^ | //RedrawBuffer// | ''bool'' | A boolean flag that specifies whether the map display buffer must be re-generated prior to refreshing the screen. If false, the screen is refreshed with the old buffer contents. | ===== Return value ===== False if an error occurred, and true otherwise. ===== Comments ===== None.