Giving a single object multiple COM identities, part 1

· Raymond Chen · Oct. 26, 2021, 5:21 p.m.
Summary
Last time, we looked at patterns for COM objects that need to hand out references to themselves. One common pattern is to make the callbacks separate objects that retain strong references to (and forward the callbacks to) the main object. An alternative pattern is to have the main object implement all of the necessary callback interfaces, The post Giving a single object multiple COM identities, part 1 appeared first on The Old New Thing....
AUTHOR
BLOG POST FEATURED ON

Add this plugin to your blog