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.
This argument adapter class allows either RECT pointers or references to be passed to a function that is implemented in terms of pointers.
class _U_RECT
Remarks
The class defines two constructor overloads: one accepts a RECT& argument and the other accepts an LPRECT argument. The first constructor stores the address of the reference argument in the class's single data member, m_lpRect. The argument to the pointer constructor is stored directly without conversion.
Requirements
Header: atlwin.h