IOleObjectImpl::GetMiscStatus

Returns a pointer to registered status information for the control by calling OleRegGetMiscStatus.

STDMETHOD(GetMiscStatus)(
   DWORD dwAspect,
   DWORD* pdwStatus 
);

Remarks

The status information includes behaviors supported by the control and presentation data. You can add status information to your project's .rgs file.

See IOleObject::GetMiscStatus in the Windows SDK.

Requirements

Header: atlctl.h

See Also

Reference

IOleObjectImpl Class

OleRegGetMiscStatus

IOleObjectImpl::EnumVerbs

IOleObjectImpl::GetUserType

Other Resources

IOleObjectImpl Members