ReactOS 0.4.15-dev-7788-g1ad9096
ATL::_U_RECT Class Reference

#include <atlwin.h>

Collaboration diagram for ATL::_U_RECT:

Public Member Functions

 _U_RECT (LPRECT lpRect)
 
 _U_RECT (RECT &rc)
 

Public Attributes

LPRECT m_lpRect
 

Detailed Description

Definition at line 126 of file atlwin.h.

Constructor & Destructor Documentation

◆ _U_RECT() [1/2]

ATL::_U_RECT::_U_RECT ( LPRECT  lpRect)
inline

Definition at line 131 of file atlwin.h.

132 {
133 m_lpRect = lpRect;
134 }
LPRECT m_lpRect
Definition: atlwin.h:129

◆ _U_RECT() [2/2]

ATL::_U_RECT::_U_RECT ( RECT rc)
inline

Definition at line 136 of file atlwin.h.

137 {
138 m_lpRect = &rc;
139 }

Member Data Documentation

◆ m_lpRect

LPRECT ATL::_U_RECT::m_lpRect

Definition at line 129 of file atlwin.h.

Referenced by _U_RECT().


The documentation for this class was generated from the following file: