Vcl.OleServer.TOleServer._AddRef

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

function _AddRef: Integer; stdcall;

C++

HIDESBASE int __stdcall _AddRef();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.OleServer.pas
Vcl.OleServer.hpp
Vcl.OleServer TOleServer

Description

Increments the reference count for the number of interface references dependent on the OLE server.

_AddRef implements the IUnknown interface method, AddRef, which increments the reference count of objects using the OLE server's interface. _AddRef returns the resulting value of the reference count.

See Also