Top "Iunknown" questions

Delphi: How to implement QueryInterface of IUnknown?

In Delphi, IUnknown is declared as: function QueryInterface(const IID: TGUID; out Obj): HResult; stdcall; Note: The output parameter is …

delphi interface iunknown queryinterface
How to implement custom iterable class in VBA

I want to add a feature to my classes so I can use them in for-each loops. I wrote hashmaps, …

excel class vba foreach iunknown
Implementing IUnknown in C#

I've been looking for an example of how to implement IUnknown in C#, but haven't found any decent references or …

c# .net interface iunknown