Share via


CWinTraits::GetWndStyle

Call this function to retrieve the standard styles of the CWinTraits object.

static DWORD GetWndStyle(
   DWORD dwStyle 
);

Parameters

  • dwStyle
    Standard styles used for creation of a window. If dwStyle is 0, the template style values (t_dwStyle) are returned. If dwStyle is nonzero, dwStyle is returned.

Return Value

The standard window styles of the object.

Requirements

Header: atlwin.h

See Also

Reference

CWinTraits Class

CWinTraits::GetWndExStyle

Other Resources

CWinTraits Members