forderud / ComSamples

Examples of language-neutral COM interfaces for IPC and language interop.
MIT License
3 stars 3 forks source link

Add Running Object Table (ROT) example #32

Closed forderud closed 2 months ago

forderud commented 2 months ago

Motivation: "ROT" registration & lookup could be more suited than CoCreateInstance in situations where the COM server is already running.

Registration function: RegisterActiveObject, RevokeActiveObject

Lookup function: GetActiveObject(clsid)

Language wrappers:

forderud commented 2 months ago

Closing since the content have been moved to https://github.com/forderud/ComSamples?tab=readme-ov-file#background-service-deployment