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.
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