CWinTraits::GetWndExStyle

static DWORD GetWndExStyle( DWORD dwExStyle );

Return Value

The extended window styles of the object.

Parameters

dwExStyle

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

Remarks

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

CWinTraits OverviewClass Members

See Also

CWinTraits::GetWndStyle