[DllImport("comdlg32.dll", SetLastError=true, CharSet=CharSet.Auto)]
static extern bool PageSetupDlg(ref PAGESETUPDLG_STRUCT lppsd);
<DllImport("comdlg32.dll", SetLastError:=True, CharSet:=CharSet.Auto)> _
Private Shared Function PageSetupDlg(ByRef lppsd As PAGESETUPDLG_STRUCT) As Boolean
End Function
None.
Please add some!
Please add some!
Do you know one? Please contribute it!