Closed forderud closed 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:
GetActiveObject(progid)
Closing since the content have been moved to https://github.com/forderud/ComSamples?tab=readme-ov-file#background-service-deployment
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:
GetActiveObject(progid)
wrapper)