Use this operator to convert a CRect object 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.
operator LPCRECT( ) const;
| Header file: | Afxwin.h | 
| Platforms: | |
| Versions: | 1.0 and later | 
| Complete documentation: | Visual C++ documentation | 
CRect Overview, CRect Operators, Simple Value Types, CRect::operator LPRECT