COleDispatchDriver::m_lpDispatch
The pointer to the IDispatch interface attached to this COleDispatchDriver. For more information, see Implementing the IDispatch Interface.
LPDISPATCH m_lpDispatch;
Заметки
The m_lpDispatch data member is a public variable of type LPDISPATCH.
For more information, see IDispatch in the Windows SDK.
Пример
See the example for COleDispatchDriver::AttachDispatch.
Требования
Header: afxdisp.h
См. также
Основные понятия
COleDispatchDriver::AttachDispatch
COleDispatchDriver::ReleaseDispatch