共用方式為


CWinTraits::GetWndExStyle

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

static DWORD GetWndExStyle(
   DWORD dwExStyle 
);

Parameters

  • dwExStyle
    Extended styles used for creation of a window. If dwExStyle is 0, the template style values (t_dwExStyle) are returned. If dwExStyle is nonzero, dwExStyle is returned.

Return Value

The extended window styles of the object.

Requirements

Header: atlwin.h

See Also

Concepts

CWinTraits Class

CWinTraits Members

CWinTraits::GetWndStyle