DECLARE_VIEW_STATUS

DECLARE_VIEW_STATUS( statusFlags )

Parameters

statusFlags

[in] The VIEWSTATUS flags. See VIEWSTATUS for a list of flags.

Remarks

Place this macro in an ATL ActiveX control's control class to specify the VIEWSTATUS flags to the container.

Example

DECLARE_VIEW_STATUS(VIEWSTATUS_OPAQUE)

ATL Macros and Global Functions