/*The user clicked the Apply button and later clicked the Cancel button. This indicates that the user wants to apply the changes made in the property sheet, but does not yet want to print. The PRINTDLGEX structure contains the information specified by the user at the time the Apply button was clicked. */
FIXME("printing is not yet implemented.\n");
break;
casePD_RESULT_CANCEL:
/*The user clicked the Cancel button. The information in the PRINTDLGEX structure is unchanged. */
break;
casePD_RESULT_PRINT:
FIXME("printing is not yet implemented.\n");
/*The user clicked the Print button. The PRINTDLGEX structure contains the information specified by the user. */