COM的典型代码是:
mov edx,[ImplementInstance]
push [prm3]
push [prm2]
push [prm1]
mov ecx,[edx]
push edx
call [ecx + func offset]
COM的典型代码是:
mov edx,[ImplementInstance]
push [prm3]
push [prm2]
push [prm1]
mov ecx,[edx]
push edx
call [ecx + func offset]