convert COM arguments to wx lazily to improve performance and allow calling Invoke...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 25 Jan 2009 12:25:43 +0000 (12:25 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 25 Jan 2009 12:25:43 +0000 (12:25 +0000)
commit2ddb8ccf6058826262512539142ec5eda7358b74
tree3e6e064c37156ab368878a54d86e4482b46e736f
parentbb24f84b70d0b295253b985978e7f4f4bd0b24d1
convert COM arguments to wx lazily to improve performance and allow calling Invoke/handling events involving parameters which can't be mapped to wx types at all (new GetNativeParameters() method can be used to access them) (closes #9606)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/ole/activex.h
interface/wx/msw/ole/activex.h
src/msw/ole/activex.cpp