Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

jacobsantos
Copy link
Member

props @mattn for the original code. Moved to root go-ole. Still not implemented oleutil.ToEnum().

@jacobsantos
Copy link
Member Author

See #64

@jacobsantos
Copy link
Member Author

Kind of moot, but looking at the MSDN documentation, this does not seem like it will work. IEnumVARIANT inherits from IUnknown and not IDispatch interface and therefore can't be assumed to have the necessary methods inherited to support oleutil calls.

@jacobsantos jacobsantos changed the title Add ienumvariant COM type as IDispatch implementation. Add ienumvariant COM type. Aug 20, 2015
@jacobsantos jacobsantos changed the title Add ienumvariant COM type. Add IEnumVARIANT COM type. Aug 20, 2015
jacobsantos added a commit that referenced this pull request Sep 16, 2015
Add IEnumVARIANT COM type.

Add basic type with IUnknown query interface. Closes #64.
@jacobsantos jacobsantos merged commit e66fff1 into go-ole:master Sep 16, 2015
@jacobsantos jacobsantos deleted the feature/ienumvariant branch September 16, 2015 21:59
@mattn
Copy link
Member

mattn commented Sep 17, 2015

👍 Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants