CWinTraitsOR::GetWndStyle
Call this function to retrieve a combination (using the logical OR operator) of the standard styles of the CWinTraits object and the default styles specified by t_dwStyle.
static DWORD GetWndStyle(
DWORD dwStyle
);
Parameters
- dwStyle
Styles used for creation of a window.
Return Value
A combination of styles that are passed in dwStyle and the default ones specified by t_dwStyle, using the logical OR operator.
Requirements
Header: atlwin.h