ITRANSITION_ADDREF()
Brew Release
Brew MP 1.0.2
See Also
ITransition
ITRANSITION_Release
Description
This function increments the reference count of the ITransition interface object, allowing
the interface to be shared by multiple callers. The object is freed when the reference
count reaches 0 (zero).
Params
p
[]:
pointer to the ITransition interface object.
Interface
- ITRANSITION
Prototype
uint32 ITRANSITION_AddRef(ITransition *p);
Return
- The incremented reference count for the ITransition interface object.
Side Effect
- None
Comments
None
COMMENTS (0)
See Below