Skip to content

Commit da20276

Browse files
authored
Merge pull request #2007 from mikeblome/mb-winlinks
one little link fix
2 parents 11b14e1 + 1fb0a68 commit da20276

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/mfc/reference/coleclientitem-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1985,7 +1985,7 @@ BOOL SetPrintDevice(const PRINTDLG* ppd);
19851985
Pointer to a [DVTARGETDEVICE](/windows/desktop/api/objidl/ns-objidl-tagdvtargetdevice) data structure, which contains information about the new print-target device. Can be NULL.
19861986

19871987
*ppd*<br/>
1988-
Pointer to a [PRINTDLG](https://msdn.microsoft.com/library/windows/desktop/ms646940) data structure, which contains information about the new print-target device. Can be NULL.
1988+
Pointer to a [PRINTDLG](/windows/desktop/ms646940) data structure, which contains information about the new print-target device. Can be NULL.
19891989

19901990
### Return Value
19911991

0 commit comments

Comments
 (0)