CWinTraitsOR::GetWndExStyle

调用该函数检索组合(使用逻辑或运算符 t_dwStyle指定的)的 CWinTraits 对象的扩展样式和默认样式。

static DWORD GetWndExStyle(
   DWORD dwExStyle 
);

参数

  • dwExStyle
    在窗口中创建的扩展样式。

返回值

在 dwExStyle 通过和默认 t_dwExStyle指定的部分,使用逻辑或运算符扩展样式的组合

要求

Header: atlwin.h

请参见

参考

CWinTraitsOR选件类

CWinTraitsOR::GetWndStyle