Beispiel #1
0
} METHOD_END

IDispatch *CComDispatchImpl::GetIDispatch(bool bAddRef) {
	IDispatch *disp = GetDispatch();
	if (bAddRef)
		disp->AddRef();
	return disp;
}
Beispiel #2
0
void * GetEntityInit(const char * name) {
   return(GetDispatch(name));
}