Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
C++ Specific
Changes the way the compiler generates wrapper functions for dual interface methods.
Syntax
#import type-library no_dual_interfaces
Remarks
Normally, the wrapper calls the method through the virtual function table for the interface. With no_dual_interfaces, the wrapper instead calls IDispatch::Invoke to invoke the method.
END C++ Specific