Skip to content

Commit 049a3bc

Browse files
authored
Add link to RECT in "Data Types (MFC)" topic
1 parent bb1bda7 commit 049a3bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/mfc/reference/data-types-mfc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For information about the data types used in both the Windows SDK and MFC, see [
1515
Data types unique to MFC include the following:
1616

1717
- `POSITION` - A value used to denote the position of an element in a collection; used by MFC collection classes.
18-
- `LPCRECT` - A 32-bit pointer to a constant (nonmodifiable) `RECT` structure.
18+
- `LPCRECT` - A 32-bit pointer to a constant (nonmodifiable) [`RECT`](/windows/win32/api/windef/ns-windef-rect) structure.
1919

2020
## See also
2121

0 commit comments

Comments
 (0)