ITRANSITIONMGR_ADDREF()
Brew Release
Brew MP 1.0.2
See Also
- ITransitionMgr_Release()
Description
This function increments the reference count of the ITransitionMgr interface
object, allowing the interface to be shared by multiple callers. The object
is freed when the reference count reaches 0 (zero).
Params
pif
[]:
Pointer to the ITransitionMgr interface object
Interface
Prototype
uint32 ITransitionMgr_AddRef(ITransitionMgr *pif);
Return
- Returns the incremented reference count for the ITransitionMgr interface object.
Side Effect
- None
Comments
None
COMMENTS (0)
See Below