What does the "Co" in "CoClass" mean?
See the question and my original answer on StackOverflowCO is for "Component Object". Check the official documentation for IDL here: coclass attribute
The coclass statement provides a listing of the supported interfaces for a component object.
And an old article about COM here: Understanding Interface Definition Language: A Developer's Survival Guide
"The coclass statement is used to define a component object and the interfaces that it supports"