IAxWinAmbientDispatch::put_AllowWindowlessActivation

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

STDMETHOD( put_AllowWindowlessActivation )(
   VARIANT_BOOL bAllowWindowless 
);

参数

  • bAllowWindowless
    [in]此属性的新值。

返回值

标准 HRESULT 值。

备注

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

要求

Header: atliface.h

请参见

参考

IAxWinAmbientDispatch接口