Hi
When I get a call to DrvDocumentPropertySheets (PrinterDriver) and the
reason is PROPSHEETUI_REASON_INIT. What do I have to do? ... I have to
create the propertysheet-pages... ok, that's obvious... and do I also have
to copy the pdmIn? (so, can there be a pdmIn?) ... and what about the
pdmOut? ... do I have to store the pdmOut-Pointer to store the data later?
when? When I get another call to DrvDocumentPropertySheet with the
Destroy-Reason? ... or do I have to store this earlier?
Next question... how can I find out, if someone pressed OK and not Cancel?
... MSDN says only, that the value of lParam is not zero, if someone pressed
OK or Cancel... but how can I find out what it was? ...
ok, that's a lot of questions... it's enough if you can answer at least one
:-)
thanks a lot
MR