|
|
|
NM_SFTPRINTPREVIEW_ZOOMINOUT_CODE |
The NM_SFTPRINTPREVIEW_ZOOMINOUT_CODE notification code is sent when all preview pages are reformatted or repositioned.
NM_SFTPRINTPREVIEW_ZOOMINOUT* pNtfy = (NM_SFTPRINTPREVIEW_ZOOMINOUT*) lParam;
Parameters (WM_NOTIFY Message)
wParam
Contains the Print Preview control's control identifier.
lParam
Pointer to an NM_SFTPRINTPREVIEW_ZOOMINOUT structure that contains information specific to this notification. The structure also contains a standard NMHDR structure, which has additional information about the control sending this notification.
Return Value
The return value is ignored.
Comments
The NM_SFTPRINTPREVIEW_ZOOMINOUT_CODE notification code is sent when all preview pages are reformatted or repositioned.
The parent window of the Print Preview control receives the NM_SFTPRINTPREVIEW_ZOOMINOUT_CODE notification code through the WM_NOTIFY message.
See Also C/C++ API | C++ Classes | Notifications