comon
comon copied to clipboard
Missing COM class creation methods
This issue lists public API functions that create COM objects and their current support in comon. My plan is to have all of them implemented.
Legenda:
- ✅ - supported
- ❌ - not yet implemented
Method | Status | Minimal version |
---|---|---|
CoGetClassObject |
✅ | 1.0 |
CoCreateInstance |
✅ | 1.0 |
IClassFactory::CreateInstance |
✅ | 1.0 |
CoCreateInstanceEx |
❌ | - |
CoGetInstanceFromFile |
✅ | 1.1 |
CoRegisterClassObject |
✅ | 1.1 |