다음을 통해 공유


IViewObjectExImpl::GetViewStatus

Returns information about the opacity of the object and what drawing aspects are supported.

STDMETHOD(GetViewStatus)(
   DWORD* pdwStatus 
);

Remarks

By default, ATL sets pdwStatus to indicate that the control supports VIEWSTATUS_OPAQUE (possible values are in the VIEWSTATUS enumeration).

See IViewObjectEx::GetViewStatus in the Windows SDK.

Requirements

Header: atlctl.h

See Also

Reference

IViewObjectExImpl Class

Other Resources

IViewObjectExImpl Members