Share via


_U_RECT::_U_RECT

The address of the reference argument is stored in the class's single data member, m_lpRect.

_U_RECT( 
   RECT& rc  
); 
_U_RECT( 
   LPRECT lpRect  
);

Parameters

  • rc
    A RECT reference.

  • lpRect
    A RECT pointer.

Remarks

The argument to the pointer constructor is stored directly without conversion.

Requirements

Header: atlwin.h

See Also

Reference

_U_RECT Class

_U_RECT::m_lpRect