HRESULT GetMiscStatus( DWORD dwAspect, DWORD* pdwStatus );
See IOleObject::GetMiscStatus in the Win32 SDK.
Remarks
Returns a pointer to registered status information for the control by calling OleRegGetMiscStatus. The status information includes behaviors supported by the control and presentation data. You can add status information to your project's .rgs file.
IOleObjectImpl Overview | Class Members
See Also OleRegGetMiscStatus, IOleObjectImpl::EnumVerbs, IOleObjectImpl::GetUserType