The WM_PSD_FULLPAGERECT message informs a PagePaintHook hook procedure of the coordinates of the sample page rectangle in the Page Setup dialog box. The dialog box sends this message when it is about to draw the contents of the sample page.
WM_PSD_FULLPAGERECT hDC = (WPARAM) (HDC) wParam; // handle of the device context lprcPage = (LPARAM) (LPRECT) lParam; // dimensions of page rectangle
If the hook procedure returns TRUE, the dialog box sends no more WM_PSD* messages and does not draw in the sample page until the next time the system needs to redraw the sample page.
If the hook procedure returns FALSE, the dialog box sends the remaining messages of the drawing sequence.
The Page Setup dialog box includes an image of a sample page that shows how the user’s selections affect the appearance of the printed output. When you call the PageSetupDlg function, you can provide a PagePaintHook hook procedure to customize the appearance of the sample page. Whenever the dialog box is about to draw the contents of the sample page, the dialog box sends a sequence of WM_PSD* messages to the hook procedure.
PagePaintHook, PageSetupDlg, RECT, WM_PSD_PAGESETUPDLG
file: /Techref/os/win/api/win32/mess/src/msg27_3.htm, 2KB, , updated: 2000/4/7 11:20, local time: 2024/11/8 12:39,
3.17.187.78:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.ecomorder.com/Techref/os/win/api/win32/mess/src/msg27_3.htm"> WM_PSD_FULLPAGERECT</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to massmind.ecomorder.com! |
.