COleDispatchDriver::ReleaseDispatch
Releases the IDispatch connection. For more information, see Implementing the IDispatch Interface
void ReleaseDispatch( );
Заметки
If auto release has been set for this connection, this function calls IDispatch::Release before releasing the interface.
Пример
See the example for COleDispatchDriver::AttachDispatch.
Требования
Header: afxdisp.h
См. также
Основные понятия
COleDispatchDriver::DetachDispatch
COleDispatchDriver::CreateDispatch
COleDispatchDriver::AttachDispatch