We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
RECT
1 parent bb1bda7 commit 049a3bcCopy full SHA for 049a3bc
1 file changed
docs/mfc/reference/data-types-mfc.md
@@ -15,7 +15,7 @@ For information about the data types used in both the Windows SDK and MFC, see [
15
Data types unique to MFC include the following:
16
17
- `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.
+- `LPCRECT` - A 32-bit pointer to a constant (nonmodifiable) [`RECT`](/windows/win32/api/windef/ns-windef-rect) structure.
19
20
## See also
21
0 commit comments