HANDLE WINAPI SaveScreen( int X1, int Y1, int X2, int Y2 );
-1, they are replaced with screen right or screen bottom coordinate
correspondingly. So SaveScreen(0,0,-1,-1) will save the entire screen.
The return value is a handle that can be passed to RestoreScreen. All handles allocated by SaveScreen must be passed to RestoreScreen to avoid memory leaks.