COleClientItem::SetPrintDevice
BOOLSetPrintDevice(constDVTARGETDEVICE*ptd);
BOOLSetPrintDevice(constPRINTDLG*ppd);
Return Value
Nonzero if the function was successful; otherwise 0.
Parameters
ptd
Pointer to a data structure, which contains information about the new print-target device. Can be NULL.
ppd
Pointer to a data structure, which contains information about the new print-target device. Can be NULL.
Remarks
Call this function to change the print-target device for this item. This function updates the print-target device for the item but does not refresh the presentation cache. To update the presentation cache for an item, call UpdateLink.
The arguments to this function contain information that the OLE system uses to identify the target device. The PRINTDLG structure contains information that Windows uses to initialize the common Print dialog box. After the user closes the dialog box, Windows returns information about the user’s selections in this structure. The m_pd member of a CPrintDialog object is a PRINTDLG structure.
For more information about this structure, see in the Win32 documentation.
For more information, see in the OLE documentation.
COleClientItem Overview | Class Members | Hierarchy Chart
See Also COleClientItem::UpdateLink, CPrintDialog