![]() |
• Utility Library |
|
API Links
Developer Links
|
Shared::RetainDefined in:
Increments an object's reference count.
C4Shared.hPrototype
Description
The Retain function increments the reference count. For each call to Retain made for a particular shared object, a balancing call to Shared::Release decrements the reference count without destroying the object. The return value of the Retain function is the new reference count.
See Also
|