![]() | Programming Guide | ![]() |
Prints a Panther screen
#include <smmwuser.h>void sm_mw_PrintScreen(int region, int interactive, int reserved1, int reserved2);
region- The region to be printed. The following values are from
smumisc.h:
interactive- Specifies whether the default printer will be used or whether a dialog box for user interaction will be posted:
Interaction Value
PS_USE_DEFAULT0
Use the default printer.
PS_USE_DIALOG1
Display the printer selection dialog box.
reserved1- Reserved for future use; set to 0.
reserved2- Reserved for future use; set to 0.
Windows only.
sm_mw_PrintScreenis a control function for printing Panther screens. It sends either the current Panther screen or all the screens in the MDI frame to the printer.
![]()
![]()
![]()
![]()