IAxWinAmbientDispatch::get_AllowWindowlessActivation

AllowWindowlessActivation 属性指定容器是将允许无窗口的激活。

STDMETHOD( get_AllowWindowlessActivation )(
   VARIANT_BOOL* pbAllowWindowless 
);

参数

  • pbAllowWindowless
    [in]接收此属性的当前值的变量的地址。

返回值

标准 HRESULT 值。

备注

ATL宿主对象实现使用 VARIANT_TRUE 作为此属性的默认值。

要求

Header: atliface.h

请参见

参考

IAxWinAmbientDispatch接口

IOleInPlaceSiteWindowless::CanWindowlessActivate