Introduction - If you have any usage issues, please Google them yourself
How to replace the MFC IDispatch implementation
Testing the Sample Server
Handling Errors
SUMMARY
MFCDISP demonstrates how to replace MFC s IDispatch implementation with a type-library-based IDispatch implementation that uses the OLE system API DispInvoke and DispGetIDsOfNames to implement IDispatch::Invoke and IDispatch::GetIDsOfNames.
Back to the top