PrototypeFromInterface
Posted: Mon Apr 21, 2008 1:09 pm
I look for a compiler-function to get a property from a interface.
Example:
It would be very nice.
Example:
Code: Select all
Interface IADsPropertyList
QueryInterface(a, b)
AddRef()
Release()
GetTypeInfoCount(a)
GetTypeInfo(a, b, c)
GetIDsOfNames(a, b, c, d, e)
Invoke(a, b, c, d, e, f, g, h)
get_PropertyCount(a)
Next(a)
Skip(a)
Reset()
Item(a.p-variant, b)
GetPropertyItem(a.p-bstr, b, c)
PutPropertyItem(a.p-variant)
ResetPropertyItem(a.p-variant)
PurgePropertyList()
EndInterface
Define Invoke.PrototypeFromInterface(IADsPropertyList, Invoke)