CWinTraits::GetWndStyle

static DWORD GetWndStyle( DWORD dwStyle );

Return Value

Th standard window styles of the object.

Parameters

dwStyle

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

Remarks

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

CWinTraits OverviewClass Members

See Also

CWinTraits::GetWndExStyle