static DWORD GetWndStyle( DWORD dwStyle );
Return Value
A combination of styles that are passed in dwStyle and the default ones specified by t_dwStyle, using the logical OR operator.
Parameters
dwStyle
Styles used for creation of a window.
Remarks
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.
CWinTraitsOR Overview | Class Members
See Also