operator LPCRECT( ) const;
Remarks
Converts a CRect to an LPCRECT. 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 LPCRECT.
CRect Overview | Class Members | Hierarchy Chart
See Also CRect::operator LPRECT