ReactOS 0.4.15-dev-5865-g640e228
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 120 of file atlwin.h.

Constructor & Destructor Documentation

◆ _U_RECT() [1/2]

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

Definition at line 125 of file atlwin.h.

126 {
127 m_lpRect = lpRect;
128 }
LPRECT m_lpRect
Definition: atlwin.h:123

◆ _U_RECT() [2/2]

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

Definition at line 130 of file atlwin.h.

131 {
132 m_lpRect = &rc;
133 }

Member Data Documentation

◆ m_lpRect

LPRECT ATL::_U_RECT::m_lpRect

Definition at line 123 of file atlwin.h.

Referenced by _U_RECT().


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