IAxWinHostWindow::CreateControl

创建一个控件,将其初始化,并将其在 hWnd确定的窗口。

STDMETHOD( CreateControl )(
   LPCOLESTR lpTricsData,
   HWND hWnd,
   IStream* pStream 
);

参数

  • lpTricsData
    [in]用于标识控件来创建字符串。 可以是CLSID (必须包括大括号),ProgID、URL或基元的HTML (前缀 MSHTML:)。

  • hWnd
    [in]一个处理为承载要使用的窗口。

  • pStream
    [in]包含初始化数据为控件的流的接口指针。 可以是 NULL

返回值

标准 HRESULT 值。

备注

此窗口按显示此接口的宿主对象子类,以便消息可反映到控件,而其他容器功能仍有效。

调用此方法的调用 IAxWinHostWindow::CreateControlEx等效。

若要创建一个授权的ActiveX控件,请参见 IAxWinHostWindowLic::CreateControlLic

要求

Header: atliface.h

请参见

参考

IAxWinHostWindow接口

IAxWinHostWindow::CreateControlEx

IAxWinHostWindow::AttachControl

CAxWindow::CreateControl

AtlAxCreateControl