diff -r 43e37759235e -r 51a74ef9ed63 Symbian3/SDK/Source/GUID-EA0A4F6E-CA82-59A4-ABCB-70632CDC2714.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-EA0A4F6E-CA82-59A4-ABCB-70632CDC2714.dita Wed Mar 31 11:11:55 2010 +0100 @@ -0,0 +1,12 @@ + + + + + +Accessing reference counting objects in object containers

A pointer to an individual reference counting object can be retrieved from its object container using either CObjectCon::At() or CObjectCon::AtL(), provided that the reference counting object's find-handle number is known.

A reference counting object's find-handle number can be found using either CObjectCon::FindByName() or CObjectCon::FindByFullName().

FindByName() uses a match pattern to find all reference counting object's with a matching name. FindByFullName() is similar except that the reference counting object's full name is used.

In practice, retrieving a pointer to a reference counting object requires a call to either FindByName() or FindByFullName() followed by a call to either At() or AtL().

FindByName() and FindByFullName() are suited to finding a single object with a specific name or all objects with a generic type of name.

\ No newline at end of file