go

如何在Go中使用stdcall

英文: How to make stdcall from Go 问题 我有一个指向COM接口的指针,并且想要从它的虚函数表中获取函数指针并进行方法调用。为了做到这一点,我需要进行stdcall方法调用...