Exemplo n.º 1
0
// AddRef increments the reference counter for object.
func (i *Inspectable) AddRef() int32 {
	return iunknown.AddRef(i, i.VTable().AddRef)
}
Exemplo n.º 2
0
// AddRef increments the reference counter for object.
func (p *ProvideClassInfo) AddRef() int32 {
	return iunknown.AddRef(p, p.VTable().AddRef)
}