ABSTRACT

COM Basics Using COM usually boils down to knowing how to do three things: create a COM object, talk to a COM object, and everything else that gets in your way trying to do the last two items. Fortunately the "everything else" is usually not a big problem but can include what to do when your COM objects are used in a multitasking application and how do you prevent just anybody from accessing your objects.