lxn / win

A Windows API wrapper package for the Go Programming Language
Other
1.21k stars 315 forks source link

VARIANT type for x64 and IOleInPlaceActiveObject are introduced #48

Closed ryujimiya closed 6 years ago

ryujimiya commented 6 years ago

(1) Fix VARIANT type for Windows10 (x64) which was invalid at Windows 64-bit Windows (2) IOleInPlaceActiveObject for Accelerator Keys are introduced Thank you

ryujimiya commented 6 years ago

I made the changes following your review. The VARIANT-type method names are changed: e.g. LVal() to MustLong(). etc Could you review my changes? https://github.com/lxn/win/pull/48/commits/b823cb1531857f4713b10f9e12074d7e3af78835 Thank you.

ryujimiya commented 6 years ago

Thank you for reviewing. I've modified. Could you review the following? https://github.com/lxn/win/pull/48/commits/7fd4c80abc743dac2b5cef7f172c2163bda4b092

lxn commented 6 years ago

Thank you for your nice contribution!