PrintDlgW callback function (commdlg.h)

Wide string version of PrintDlg

Warning

Apps should generally call PrintDlg instead of calling this method directly.

Syntax

PrintDlgW Printdlgw;

BOOL Printdlgw(
  LPPRINTDLGW pPD
)
{...}

Parameters

pPD

Requirements

Requirement Value
Header commdlg.h

See also

[PrintDlg](https://docs.microsoft.com/previous-versions/windows/desktop/legacy/ms646940(v=vs.85)