Exemplo n.º 1
0
// AddRef increments the reference counter for object.
func (c *ConnectionPoint) AddRef() int32 {
	return iunknown.AddRef(c, c.VTable().AddRef)
}
Exemplo n.º 2
0
// AddRef increments the reference counter for object.
func (d *Dispatch) AddRef() int32 {
	return iunknown.AddRef(d, d.VTable().AddRef)
}