comon icon indicating copy to clipboard operation
comon copied to clipboard

Missing COM class creation methods

Open lowleveldesign opened this issue 2 years ago • 0 comments

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

lowleveldesign avatar May 31 '22 08:05 lowleveldesign