开发者

basic structure of com object

开发者 https://www.devze.com 2023-02-11 17:54 出处:网络
What is the basic structure of 开发者_运维问答a com object?A COM object doesn\'t have any defined structure, beyond the vtable (virtual function pointer table) associated with each of its interfaces.

What is the basic structure of 开发者_运维问答a com object?


A COM object doesn't have any defined structure, beyond the vtable (virtual function pointer table) associated with each of its interfaces.

See this which is more or less the same question.

0

精彩评论

暂无评论...
验证码 换一张
取 消