G
Guest
My WIN32 app uses FaxStartPrintJob to obtain a printer device context so it
can send a fax without needing to prompt the user for address information.
This works fine in W2000, but stopped working in XP. Stepping through the
app, The FaxStartPrintJob seems to return a valid device context in the
FAX_PRINT_INFO structure, and all of the other GDI output operations,
including StartPage, EndPage and EndDoc appear to work without errors. But
the fax is not queued.
The fax driver works fine when used as a regular printer driver (i.e. with
the user interface prompting for an addressee.)
I've tested in XP Pro SP1 and XP Home SP2.
Am looking for some suggestion on how to debug.
can send a fax without needing to prompt the user for address information.
This works fine in W2000, but stopped working in XP. Stepping through the
app, The FaxStartPrintJob seems to return a valid device context in the
FAX_PRINT_INFO structure, and all of the other GDI output operations,
including StartPage, EndPage and EndDoc appear to work without errors. But
the fax is not queued.
The fax driver works fine when used as a regular printer driver (i.e. with
the user interface prompting for an addressee.)
I've tested in XP Pro SP1 and XP Home SP2.
Am looking for some suggestion on how to debug.