static DWORD GetWndExStyle( DWORD dwExStyle )
Return Value
A combination of extended styles that are passed in dwExStyle and default ones specified by t_dwExStyle, using the logical OR operator
Parameters
dwExStyle
Extended styles used for creation of a window.
Remarks
Call this function to retrieve a combination (using the logical OR operator) of the extended styles of the CWinTraits object and the default styles specified by t_dwStyle.
CWinTraitsOR Overview | Class Members
See Also