다음을 통해 공유


CAxWindow::SetExternalDispatch

Sets the external dispatch interface for the CAxWindow object.

HRESULT SetExternalDispatch(
   IDispatch* pDisp 
);

Parameters

  • pDisp
    [in] A pointer to an IDispatch interface.

Return Value

A standard HRESULT value.

Requirements

Header: atlwin.h

See Also

Concepts

CAxWindow Class

CAxWindow Members

CAxWindow::SetExternalUIHandler