RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOleServer._AddRef Method

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

Pascal
function _AddRef: Integer; stdcall;
C++
__fastcall __stdcall int _AddRef();

_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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!