ReactOS 0.4.15-dev-6067-g0b695a6
ATL::CWinTraits< t_dwStyle, t_dwExStyle > Class Template Reference

#include <atlwin.h>

Static Public Member Functions

static DWORD GetWndStyle (DWORD dwStyle)
 
static DWORD GetWndExStyle (DWORD dwExStyle)
 

Detailed Description

template<DWORD t_dwStyle = 0, DWORD t_dwExStyle = 0>
class ATL::CWinTraits< t_dwStyle, t_dwExStyle >

Definition at line 67 of file atlwin.h.

Member Function Documentation

◆ GetWndExStyle()

template<DWORD t_dwStyle = 0, DWORD t_dwExStyle = 0>
static DWORD ATL::CWinTraits< t_dwStyle, t_dwExStyle >::GetWndExStyle ( DWORD  dwExStyle)
inlinestatic

Definition at line 77 of file atlwin.h.

78 {
79 if (dwExStyle == 0)
80 return t_dwExStyle;
81 return dwExStyle;
82 }

◆ GetWndStyle()

template<DWORD t_dwStyle = 0, DWORD t_dwExStyle = 0>
static DWORD ATL::CWinTraits< t_dwStyle, t_dwExStyle >::GetWndStyle ( DWORD  dwStyle)
inlinestatic

Definition at line 70 of file atlwin.h.

71 {
72 if (dwStyle == 0)
73 return t_dwStyle;
74 return dwStyle;
75 }

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