Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
operatorLPRECT();
Remarks
Converts a CRect to an LPRECT. When you use this function, you don't need the address-of (&) operator. This operator will be automatically used when you pass a CRect object to a function that expects an LPRECT.
Example
See the example for CRect::operator LPCRECT.
CRect Overview | Class Members | Hierarchy Chart
See Also CRect::operator LPCRECT