 |
PrintDlg ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Displays a Print dialog box. The Print dialog box enables the user to specify the properties of a particular print job. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL PrintDlg(
LPPRINTDLG lppd // initialization data
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER PrintDlg IN comdlg32;
STRING @ lppd
|
 |
 |
 |
| Parameters: |
 |
lppd
[in/out] Pointer to a PRINTDLG structure that contains information used to initialize the dialog box. When PrintDlg returns, this structure contains information about the user"s selections. |
 |
 |
| Return value: |
 |
| If the user clicks the OK button, the return value is nonzero. The members of the PRINTDLG structure pointed to by the lppd parameter indicate the user"s selections. |
 |
 |
| My comment: |
 |
This function can be used to get a device context for a printer.
See also: PrintDlgEx, DocumentProperties |
 |
 |
| Word Index links for the PrintDlg : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2001-09-17 12:00:00 | | Modified: | 2009-09-23 12:15:41 | Visited in last 7 days: 87 |