_U_RECT::_U_RECT

 

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

Syntax

      _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

_U_RECT Class
_U_RECT::m_lpRect